Skip to content

chore(docs): shorten install script command #233

chore(docs): shorten install script command

chore(docs): shorten install script command #233

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: npm install -g @go-task/cli
- run: task test