Skip to content

Fix CI

Fix CI #1

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Lint
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.2.0
with:
version: v1.45.2