9 lines
107 B
Bash
Executable file
9 lines
107 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
PATH=env/bin:${PATH}
|
|
|
|
set -x
|
|
|
|
yamllint -sc yamllint.yml yamllint.yml .github/
|