Add check-executables-have-shebangs and check-shebang-scripts-are-executable pre-commit hooks (#5)
Some checks failed
Release / Create release (push) Failing after 43s

Add check-executables-have-shebangs and
check-shebang-scripts-are-executable pre-commit hooks
This commit is contained in:
Eugene 2024-04-13 22:53:44 +09:00 committed by GitHub
parent 62a2df0ebc
commit 87c055186f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -40,6 +40,10 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-executables-have-shebangs
stages: ["commit"]
- id: check-shebang-scripts-are-executable
stages: ["commit"]
- id: check-merge-conflict
- id: check-json
stages: ["push"]

View File

@ -21,7 +21,7 @@ action:
## Inputs
```yaml
- uses: fabasoad/setup-mark-action@v0
- uses: fabasoad/setup-mark-action@v1
with:
# (Optional) mark version. Defaults to "latest".
version: "9.11.1"