Skip to content

Commit

Permalink
Evaluate devShell is separate CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Oct 23, 2023
1 parent 38a86d1 commit 4ebc595
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20

# Evaluate the devshell here so that the time reported for subsequent
# steps that use it reflect what is actually done there.
- name: Evaluate devshell
run: nix develop

- name: Format
run: nix develop --command treefmt --fail-on-change

Expand Down

0 comments on commit 4ebc595

Please sign in to comment.