Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Dec 18, 2023
1 parent 8ddc551 commit 352932d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
lychee \
--cache \
--verbose \
--github-token ${{ env. GITHUB_TOKEN }} \
--github-token ${{ env.GITHUB_TOKEN }} \
./dist
- name: Check flake templates
run: ./scripts/check-flake-templates.sh

0 comments on commit 352932d

Please sign in to comment.