mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: uniform lint scripts name
This commit is contained in:
parent
155eaa8622
commit
4239032cfc
2
.github/workflows/cron.yaml
vendored
2
.github/workflows/cron.yaml
vendored
@ -24,4 +24,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Discover keys that are expired or close to expiration date
|
- name: Discover keys that are expired or close to expiration date
|
||||||
run: scripts/pgp-expiration.sh $(find -type f -name "*.asc")
|
run: scripts/pgp-lint.sh $(find -type f -name "*.asc")
|
||||||
|
@ -13,9 +13,9 @@ repos:
|
|||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
|
|
||||||
- id: unicode-prohibit
|
- id: unicode-lint
|
||||||
name: unicode-prohibit
|
name: unicode-lint
|
||||||
entry: scripts/unicode-prohibit.sh
|
entry: scripts/unicode-lint.sh
|
||||||
language: script
|
language: script
|
||||||
pass_filenames: true
|
pass_filenames: true
|
||||||
description: Prohibit Unicode
|
description: Prohibit Unicode
|
||||||
|
Loading…
Reference in New Issue
Block a user