diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 2e7f1a5..8b0d7cf 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -17,4 +17,8 @@ jobs: uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/wispem/shellcheckout@${{ github.ref }} - name: wc -l - run: wc -l action.yml + run: | + set +x + pwd + ls + wc -l action.yml