diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 6eddd0f..c2a9415 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -11,11 +11,11 @@ jobs: run: | env - # - name: checkout - # uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/wispem/shellcheckout@${{ github.ref }} - - uses: actions/checkout@v4 + - name: checkout + uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/wispem/shellcheckout@${{ github.ref }} + - name: wc -l run: wc -l action.yml