Alessio 1b95982cab
Some checks failed
Self Test / test (push) Failing after 16s
use regular checkout to test
2025-05-31 20:17:56 -04:00

21 lines
364 B
YAML

name: Self Test
on: [push]
jobs:
test:
container: offline-twitter/go
steps:
- name: env
run: |
env
# - name: checkout
# uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/wispem/shellcheckout@${{ github.ref }}
- uses: actions/checkout@v4
- name: wc -l
run: wc -l action.yml