Skip to content

Merge pull request #91 from magiusdarrigo/magius/nil-check-global-patch #90

Merge pull request #91 from magiusdarrigo/magius/nil-check-global-patch

Merge pull request #91 from magiusdarrigo/magius/nil-check-global-patch #90

Workflow file for this run

name: Lint
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5