File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 run : sh scripts/check_c_formatting.sh
3838
3939 - name : Run YAML Format Checks
40- run : bash scripts/yml_linter.sh
40+ run : sh scripts/yml_linter.sh
Original file line number Diff line number Diff line change 1- #! /bin/bash
1+ #! /bin/sh
22# @copyright Copyright (c) contributors to Project Ocre,
33# which has been established as Project Ocre a Series of LF Projects, LLC
44#
@@ -22,7 +22,7 @@ if [ $# -eq 1 ]; then
2222 fi
2323fi
2424
25- SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
25+ SCRIPT_DIR=" $( cd " $( dirname " $0 " ) " && pwd) "
2626ROOT_DIR=" $( cd " $SCRIPT_DIR /.." && pwd) "
2727SRC_DIR=" $ROOT_DIR /src"
2828
Original file line number Diff line number Diff line change 1- #! /bin/bash
1+ #! /bin/sh
22# @copyright Copyright (c) contributors to Project Ocre,
33# which has been established as Project Ocre a Series of LF Projects, LLC
44#
99
1010set -e
1111
12- SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
12+ SCRIPT_DIR=" $( cd " $( dirname " $0 " ) " && pwd) "
1313ROOT_DIR=" $( cd " $SCRIPT_DIR /.." && pwd) "
1414
1515echo " Checking YAML files."
You can’t perform that action at this time.
0 commit comments