mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-23 14:40:58 -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:
|
||||
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…
Add table
Add a link
Reference in a new issue