adds linting for workflow and actions (#1356)

This commit is contained in:
Mike Vanbuskirk 2023-05-22 21:43:25 -04:00 committed by GitHub
parent d11f06989d
commit 32a351fa02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,10 @@
repos:
- repo: https://github.com/rhysd/actionlint
rev: v1.6.24
hooks:
- id: actionlint
- repo: https://github.com/mpalmer/action-validator
rev: v0.5.1
hooks:
- id: action-validator