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
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:
parent
62a2df0ebc
commit
87c055186f
@ -40,6 +40,10 @@ repos:
|
|||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.6.0
|
rev: v4.6.0
|
||||||
hooks:
|
hooks:
|
||||||
|
- id: check-executables-have-shebangs
|
||||||
|
stages: ["commit"]
|
||||||
|
- id: check-shebang-scripts-are-executable
|
||||||
|
stages: ["commit"]
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
- id: check-json
|
- id: check-json
|
||||||
stages: ["push"]
|
stages: ["push"]
|
||||||
|
@ -21,7 +21,7 @@ action:
|
|||||||
## Inputs
|
## Inputs
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: fabasoad/setup-mark-action@v0
|
- uses: fabasoad/setup-mark-action@v1
|
||||||
with:
|
with:
|
||||||
# (Optional) mark version. Defaults to "latest".
|
# (Optional) mark version. Defaults to "latest".
|
||||||
version: "9.11.1"
|
version: "9.11.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user