Skip to content

Commit

Permalink
Fix lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
supersven committed Jan 21, 2025
1 parent f4a04e1 commit 6f88ec2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
name: General linting steps
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27

- name: nix flake check
run: nix flake check

Expand Down

0 comments on commit 6f88ec2

Please sign in to comment.