Skip to content

Commit

Permalink
add actionlint-system pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jun 15, 2023
1 parent de2866c commit f8c094b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@
entry: actionlint
minimum_pre_commit_version: 3.0.0
- id: actionlint-docker
name: Lint GitHub Actions workflow file Docker
name: Lint GitHub Actions workflow files
description: Runs actionlint Docker image to lint GitHub Actions workflow files
language: docker_image
types: ["yaml"]
files: "^.github/workflows/"
entry: rhysd/actionlint:1.6.24
- id: actionlint-system
name: Lint GitHub Actions workflow files
description: Runs system-installed actionlint to lint GitHub Actions workflow files
language: system
types: ["yaml"]
files: "^.github/workflows/"
entry: actionlint

0 comments on commit f8c094b

Please sign in to comment.