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:
|
||||
fetch-depth: 0
|
||||
- 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
|
||||
hooks:
|
||||
|
||||
- id: unicode-prohibit
|
||||
name: unicode-prohibit
|
||||
entry: scripts/unicode-prohibit.sh
|
||||
- id: unicode-lint
|
||||
name: unicode-lint
|
||||
entry: scripts/unicode-lint.sh
|
||||
language: script
|
||||
pass_filenames: true
|
||||
description: Prohibit Unicode
|
||||
|
Loading…
Reference in New Issue
Block a user