Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

linter

linter #49

Workflow file for this run

name: Lint
on: [push]
jobs:
golangci:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3