mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
6 lines
101 B
Bash
Executable File
6 lines
101 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eo pipefail
|
|
|
|
go run github.com/rhysd/actionlint/cmd/actionlint@v1.7.1 "$@"
|