From ecebefacc74ce6d27fbe1d92e351db9de1381413 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Thu, 14 Nov 2024 15:13:00 -0500 Subject: [PATCH] lint workflows with `actionlint` --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..0cc5d5e --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,5 @@ +repos: + - repo: https://github.com/rhysd/actionlint + rev: v1.7.4 + hooks: + - id: actionlint