diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 0545394..ad888ab 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,6 +10,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install shellcheck - run: apt update && apt install -y shellcheck + run: apt update && apt install -y shellcheck && ls - name: test run: shellcheck.sh