dev: add other workflows to ci-lint.sh

Co-authored-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Ali Chraghi 2022-07-26 11:31:04 +04:30 committed by Stephen Gutekanst
parent b500b04c41
commit eecbad403c

View file

@ -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')