Run test properly
All checks were successful
Self Test / test (push) Successful in 16s

This commit is contained in:
wispem-wantex 2025-06-07 06:45:33 -04:00
parent d2c178125a
commit 5b4a7e70ca

View File

@ -22,4 +22,6 @@ jobs:
../checkout
- name: wc -l 2
run: wc -l checkout.go
run: |
cd testdir
wc -l checkout.go