From eecbad403ca4205ed90ef97f3cd07a3da8def671 Mon Sep 17 00:00:00 2001 From: Ali Chraghi Date: Tue, 26 Jul 2022 11:31:04 +0430 Subject: [PATCH] dev: add other workflows to ci-lint.sh Co-authored-by: Stephen Gutekanst --- dev/ci-lint.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev/ci-lint.sh b/dev/ci-lint.sh index 1e021425..3b55b335 100755 --- a/dev/ci-lint.sh +++ b/dev/ci-lint.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash -# actionlint: https://github.com/rhysd/actionlint -actionlint .github/workflows/ci.yml .github/workflows/m1_ci.yml +set -exuo pipefail +cd "$(dirname "${BASH_SOURCE[0]}")"/.. +# actionlint: https://github.com/rhysd/actionlint +./actionlint $(find . | grep -v '\.git/' | grep '\.github/workflows/' | grep '.yml')