diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1b5b65..b2f4800 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,6 +51,12 @@ repos: description: find and convert tabs to spaces args: [--whitespaces-count, '2'] exclude: ^Makefile$ + - repo: https://github.com/rhysd/actionlint + rev: v1.7.7 + hooks: + - id: actionlint + name: run actionlint + description: lint GitHub Actions workflow files - repo: https://github.com/codespell-project/codespell rev: v2.4.1 hooks: