Skip to content

Commit

Permalink
Revert "Remove evaluate devShell step"
Browse files Browse the repository at this point in the history
This reverts commit 633497e.
  • Loading branch information
DanNixon committed Nov 15, 2023
1 parent 633497e commit f2aaede
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 @@ -19,6 +19,11 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v2

# 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 f2aaede

Please sign in to comment.