Skip to content

Merge pull request #28 from Tantalor93/bumpquic #41

Merge pull request #28 from Tantalor93/bumpquic

Merge pull request #28 from Tantalor93/bumpquic #41

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- main
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
cache: false
go-version-file: go.mod
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2