Skip to content

Save more to database, forego the spotify library wherever possible. #64

Save more to database, forego the spotify library wherever possible.

Save more to database, forego the spotify library wherever possible. #64

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
- master
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.23'
- name: run generate
run: |
go install github.com/kyleconroy/sqlc/cmd/sqlc@latest
make generate
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61