Skip to content

Commit

Permalink
fix(ci): enable pipe-operators in check github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed Dec 9, 2024
1 parent 772cf71 commit 479f7d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
with:
github-token: ${{ secrets.PAT }}
- name: Check repository
run: nix flake check
run: nix --extra-experimental-features pipe-operators flake check
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@
"gaming",
"secrets",
"flake",
"laptop"
"laptop",
"ci"
],
"todohighlight.isEnable": true,
"todohighlight.isCaseSensitive": true,
Expand Down

0 comments on commit 479f7d9

Please sign in to comment.