We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf65ca9 commit ee701aeCopy full SHA for ee701ae
Taskfile.yml
@@ -22,17 +22,16 @@ tasks:
22
silent: true
23
check:
24
cmds:
25
- - npm run check:astro
26
- - npm run check:eslint
27
- - cmd: npm run check:prettier
28
- # - shellcheck osConfig/mac/updateMac.sh
29
- # - shellcheck osConfig/mac/setupMac.sh
30
- # - shellcheck osConfig/mac/configureMacSettings.sh
31
- ignore_error: true
+ - echo "No commands to check"
+ ignore_error:
+ true
+ # - shellcheck osConfig/mac/updateMac.sh
+ # - shellcheck osConfig/mac/setupMac.sh
+ # - shellcheck osConfig/mac/configureMacSettings.sh
32
33
fix:
34
35
- - npm run fix
+ - echo "No commands to fix"
36
37
security:
38
0 commit comments