Skip to content

Commit

Permalink
- statix parser outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Dec 4, 2024
1 parent 8ebad66 commit 531068d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
- name: Fmt check
run: |
nix run nixpkgs#nixfmt-rfc-style -- check
statix:
name: Statix Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v12
with:
name: statix
- uses: jocelynthode/statix-action@master
# statix:
# name: Statix Check
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: DeterminateSystems/nix-installer-action@main
# - uses: DeterminateSystems/magic-nix-cache-action@main
# - uses: cachix/cachix-action@v12
# with:
# name: statix
# - uses: jocelynthode/statix-action@master

0 comments on commit 531068d

Please sign in to comment.