Upgrade shellcheck before using it

This commit is contained in:
Amin Vakil 2022-01-11 10:13:03 +03:30
parent c7c206ad2c
commit 5e83eee793
No known key found for this signature in database
GPG Key ID: 1EFC1864E9D9E56B
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ jobs:
- name: Check out the codebase.
uses: actions/checkout@v2
- name: Upgrade shellcheck to latest available release in ubuntu
run: |
sudo apt-get update
sudo apt-get install shellcheck
- name: Shellcheck!
run: |
shellcheck migrate2rocky/migrate2rocky.sh