Skip to content

Add multiple tracks #41

Add multiple tracks

Add multiple tracks #41

Workflow file for this run

name: golangci
on:
pull_request:
types: [opened, synchronize, closed]
branches:
- main
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.22"
cache: false
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: v1.57
install-mode: "goinstall"