Skip to content

Fix stale queue path in info command and shell check-queue #129

Fix stale queue path in info command and shell check-queue

Fix stale queue path in info command and shell check-queue #129

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make test