Skip to content

typo fix

typo fix #35

Workflow file for this run

name: golangci-lint on macOS
on: [push]
permissions:
contents: read
# 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@v4
with:
go-version: "1.21"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
skip-cache: true