Try with docker image instead of runs-on

This commit is contained in:
wispem-wantex 2025-06-01 12:45:33 -04:00
parent 5c33e1a7a9
commit 410b09d85f

View File

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
test: test:
runs-on: ubuntu-latest container: offline-twitter/go
steps: steps:
- uses: ./ - uses: ./
- run: wc -l action.yml - run: wc -l action.yml