Add support for class, class types and methods in DocumentSymbol (#1487) #3275
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Nix" | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
# tests: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Checkout tree | |
# uses: actions/checkout@v4 | |
# with: | |
# submodules: true | |
# - name: nix | |
# uses: cachix/install-nix-action@v30 | |
# with: | |
# nix_path: nixpkgs=channel:nixos-unstable | |
# - run: nix develop .#check -c make nix-tests | |
fmt: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout tree | |
uses: actions/checkout@v4 | |
with: | |
submodules: true | |
- name: nix | |
uses: cachix/install-nix-action@v30 | |
with: | |
nix_path: nixpkgs=channel:nixos-unstable | |
- run: nix develop .#fmt -c make nix-fmt |