Skip to content

Commit

Permalink
Fix broken nix develop command
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Dec 18, 2023
1 parent 81ffe05 commit 3ec72b7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
run: nix develop --command ci
- name: Check external links
run: |
lychee \
--cache \
--verbose \
--github-token "${GITHUB_TOKEN}" \
./dist
nix develop --command \
lychee \
--cache \
--verbose \
--github-token "${GITHUB_TOKEN}" \
./dist
- name: Check flake templates
run: ./scripts/check-flake-templates.sh

0 comments on commit 3ec72b7

Please sign in to comment.