diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70906f1c..3d9d4984 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,8 +13,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + + - name: Install shellcheck + run: sudo apt-get install -y shellcheck + - name: Run shellcheck run: | - apt install -y shellcheck shellcheck neofetch ./neofetch