From 1f43f98c942f1f2f1d00e36832dd4580643240b5 Mon Sep 17 00:00:00 2001 From: wispem-wantex Date: Sun, 1 Jun 2025 12:45:38 -0400 Subject: [PATCH] Remove more cruft --- .gitea/workflows/test.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 8b0d7cf..b715490 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -5,20 +5,9 @@ on: [push] jobs: test: container: offline-twitter/go - # container: node steps: - - name: env - run: | - env - - # - uses: actions/checkout@v4 - - name: checkout uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/wispem/shellcheckout@${{ github.ref }} - name: wc -l - run: | - set +x - pwd - ls - wc -l action.yml + run: wc -l action.yml