dev: add other workflows to ci-lint.sh
Co-authored-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
b500b04c41
commit
eecbad403c
1 changed files with 4 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue