Skip to content

Commit

Permalink
adds linting for workflow and actions (trufflesecurity#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Vanbuskirk authored May 23, 2023
1 parent d11f069 commit 32a351f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 32a351f

Please sign in to comment.