Skip to content

Commit

Permalink
Absorb actionlint into pre-commit (#1028)
Browse files Browse the repository at this point in the history
Co-authored-by: Dhruv Bhanushali <[email protected]>
Co-authored-by: sarayourfriend <[email protected]>
  • Loading branch information
3 people authored Apr 2, 2023
1 parent db90fda commit 10d757e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/actionlint.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ repos:
hooks:
- id: shellcheck

- repo: https://github.com/rhysd/actionlint
rev: main
hooks:
- id: actionlint-docker

- repo: local # More local hooks are defined at the top.
hooks:
- id: types
Expand Down
5 changes: 5 additions & 0 deletions templates/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,10 @@ repos:
rev: v0.8.0
hooks:
- id: shellcheck

- repo: https://github.com/rhysd/actionlint
rev: main
hooks:
- id: actionlint-docker
{% block repos_bottom %}
{% endblock %}

0 comments on commit 10d757e

Please sign in to comment.