Skip to content

Merge branch 'feat-52-search-by-genre' into HEAD #40

Merge branch 'feat-52-search-by-genre' into HEAD

Merge branch 'feat-52-search-by-genre' into HEAD #40

Workflow file for this run

name: golangci-lint on macOS
on:
push:
paths-ignore:
- "*.md"
workflow_dispatch:
# do a separate lint job on macOS to catch platform-dependent problems
jobs:
golangci:
name: Lint macOS
runs-on: macos-latest
steps:
- name: Library dependencies
run: brew install mpv
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: Export paths
uses: spezifisch/[email protected]
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.3