Skip to content

feat: fix music command #236

feat: fix music command

feat: fix music command #236

Workflow file for this run

name: lint
on:
- push
- pull_request
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.26.0'
- uses: golangci/golangci-lint-action@v8.0.0
with:
version: latest
gomod:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.26.0'
- run: go mod tidy -diff