mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-25 07:25:27 -04:00
fix: uniform lint scripts name
This commit is contained in:
parent
155eaa8622
commit
4239032cfc
4 changed files with 4 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue