Skip to content

chore: bump loops-go v0.6.1 (#106) #316

chore: bump loops-go v0.6.1 (#106)

chore: bump loops-go v0.6.1 (#106) #316

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: |
unformatted=$(gofmt -l .)
if [ -n "$unformatted" ]; then
echo "$unformatted"
exit 1
fi
- run: npm install -g @go-task/cli
- run: task test