This commit is contained in:
parent
95741b609c
commit
70b1bd5df4
@ -4,7 +4,7 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: shellcheck
|
- name: shellcheck
|
||||||
image: ubuntu:18.04
|
image: ubuntu:22.04
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt install -y shellcheck
|
- apt update && apt install -y shellcheck
|
||||||
- shellcheck --format=gcc rdp.sh '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
|
- shellcheck --format=gcc rdp.sh '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user