Skip to content

Commit

Permalink
fix: uniform lint scripts name
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jul 10, 2024
1 parent 155eaa8 commit 4239032
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4239032

Please sign in to comment.