mach/dev/ci-lint.sh
Ali Chraghi eecbad403c dev: add other workflows to ci-lint.sh
Co-authored-by: Stephen Gutekanst <stephen@hexops.com>
2022-07-27 10:25:59 -07:00

6 lines
214 B
Bash
Executable file

#!/usr/bin/env bash
set -exuo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"/..
# actionlint: https://github.com/rhysd/actionlint
./actionlint $(find . | grep -v '\.git/' | grep '\.github/workflows/' | grep '.yml')