Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
evanharmon1 committed Oct 26, 2024
1 parent b44ab24 commit abca7d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ tasks:
validate:
cmds:
- pre-commit run --all-files
- task: snyk
# - shellcheck osConfig/mac/updateMac.sh
# - shellcheck osConfig/mac/setupMac.sh
# - shellcheck osConfig/mac/configureMacSettings.sh
silent: true
pre-commit:
cmds:
- pre-commit run --all-files
silent: true
security:
cmds:
- ./check_for_pattern.sh . "*secret*"
Expand Down

Large diffs are not rendered by default.

0 comments on commit abca7d2

Please sign in to comment.