Skip to content

fix: releaser

fix: releaser #63

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- master
pull_request:
types: [ opened, synchronize ]
paths-ignore:
- '.run/**'
- '.vscode/**'
- 'config/**'
branches:
- main
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.24.0
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
args: --timeout 2m