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:
test:
runs-on: ubuntu-latest
container: offline-twitter/go
steps:
- uses: ./
- run: wc -l action.yml