From 800475ceecefe1e32fc9d1346b343ba4d26f8354 Mon Sep 17 00:00:00 2001 From: wispem-wantex Date: Sun, 1 Jun 2025 12:45:35 -0400 Subject: [PATCH] Re-enable my action --- .gitea/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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