1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 05:50:44 +00:00

Compare commits

...

2 commits

Author SHA1 Message Date
github-actions[bot]
cd08ed4199
Merge 568228f19d into 1c47b76be2 2024-10-06 01:55:01 +00:00
fredclausen
568228f19d [create-pull-request] automated change 2024-10-06 01:54:59 +00:00

View file

@ -1,7 +1,7 @@
repos:
# lint yaml, line and whitespace
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
@ -13,7 +13,7 @@ repos:
# lint the dockerfiles
- repo: https://github.com/hadolint/hadolint
rev: v2.13.0-beta
rev: v2.13.1-beta
hooks:
- id: hadolint
@ -41,7 +41,7 @@ repos:
- id: shellcheck
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.29.2
rev: 0.29.3
hooks:
- id: check-github-actions
- id: check-github-workflows