add actionlint script
This commit is contained in:
parent
2adf409581
commit
eeb87082a9
7
.github/workflows/lint-actions.sh
vendored
Executable file
7
.github/workflows/lint-actions.sh
vendored
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/env nix-shell
|
||||||
|
#!nix-shell -i bash -p bash actionlint shellcheck -I nixpkgs=../..
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||||
|
cd "$SCRIPT_DIR/../.."
|
||||||
|
actionlint
|
Loading…
Reference in New Issue
Block a user