Skip to content

fix: add defensive type assertions and improve error handling in maco… #352

fix: add defensive type assertions and improve error handling in maco…

fix: add defensive type assertions and improve error handling in maco… #352

name: 'Linter'
on:
pull_request:
branches: [main]
paths:
- '**/*.go'
- 'go.mod'
- 'go.sum'
- '.golangci.yml'
permissions:
contents: read
jobs:
golangci:
name: '🧹golangci'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: 1.25.3
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest
only-new-issues: true