Skip to content

Create FUNDING.yml

Create FUNDING.yml #13

Workflow file for this run

name: Linter
on:
pull_request:
branches:
- master
paths-ignore:
- '**/README.md'
- LICENSE
push:
branches:
- master
paths-ignore:
- '**/README.md'
- LICENSE
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Checkout
uses: actions/checkout@v4
- name: Linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.55
args: --timeout 3m