chore: update CI workflow
All checks were successful
/ test (push) Successful in 47s

This commit is contained in:
ptrcnull 2024-09-17 23:09:31 +02:00
parent a4b8c8c33f
commit ebca2ba5f9

View file

@ -1,7 +1,12 @@
defaults:
run:
shell: sh
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: docker runs-on: alpine
steps: steps:
- run: apk add nodejs-current git
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: apk add go
- run: go build - run: go build