Skip to content

Instantly share code, notes, and snippets.

@carhartl
Last active August 17, 2022 14:27
Show Gist options
  • Save carhartl/1e631a1118b168cdbcf37f5f412afa19 to your computer and use it in GitHub Desktop.
Save carhartl/1e631a1118b168cdbcf37f5f412afa19 to your computer and use it in GitHub Desktop.
pre-commit:
parallel: true
commands:
shellcheck:
glob: "*.sh"
run: shellcheck {staged_files}
actionlint:
glob: ".github/workflows/*.yml"
run: actionlint {staged_files}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment