Skip to content

Commit

Permalink
Merge pull request #301 from Freed-Wu/patch-1
Browse files Browse the repository at this point in the history
change language of .pre-commit-hooks.yaml to golang
  • Loading branch information
rhysd authored Jun 14, 2023
2 parents d84391f + 3aef303 commit de2866c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
- id: actionlint
name: Lint GitHub Actions workflow files
description: Runs actionlint to lint GitHub Actions workflow files
language: system
language: golang
types: ["yaml"]
files: "^.github/workflows/"
entry: actionlint
minimum_pre_commit_version: 3.0.0
- id: actionlint-docker
name: Lint GitHub Actions workflow file Docker
description: Runs actionlint Docker image to lint GitHub Actions workflow files
Expand Down

0 comments on commit de2866c

Please sign in to comment.