Skip to content

chore: Upgrade STUNner to v0.19.0 #27

chore: Upgrade STUNner to v0.19.0

chore: Upgrade STUNner to v0.19.0 #27

Workflow file for this run

name: Linter
on:
workflow_dispatch:
push:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
branches:
- '*'
tags-ignore:
- '*'
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Checkout code
uses: actions/checkout@v4
- name: Run linters
uses: golangci/golangci-lint-action@v4
with:
args: --timeout 3m --issues-exit-code=0