Skip to content

Commit

Permalink
Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Dec 16, 2024
1 parent 5b8a08b commit ec425b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- run: mkdir pdf

- run: nix build
- run: nix build ./report

- run: cp result/* pdf

Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ jobs:
with:
submodules: recursive

- run: cd code

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

- run: nix develop -c check-fmt
- run: nix develop ./code -c check-fmt

clippy:
needs: fmt
Expand All @@ -34,9 +32,7 @@ jobs:
with:
submodules: recursive

- run: cd code

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

- run: nix develop -c check-lint
- run: nix develop ./code -c check-lint

0 comments on commit ec425b2

Please sign in to comment.