From 67f1f2a34efdb68e8afe8f30e0bc08cb786581c3 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Sun, 24 Sep 2023 18:52:07 +0200 Subject: [PATCH] Use non-local actionlint --- .pre-commit-config.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ff3ff57..1b22e416 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,10 +16,7 @@ repos: entry: python tests/test_duplicate_lineage_in_notes.py language: python files: lineage_notes.txt + - repo: https://github.com/rhysd/actionlint + rev: v1.6.26 + hooks: - id: actionlint - name: Lint GitHub Actions workflow files - description: Runs actionlint to lint GitHub Actions workflow files - language: docker_image - types: ["yaml"] - files: ^\.github/workflows/ - entry: rhysd/actionlint:1.6.26