Skip to content

initial commit

initial commit #1

Workflow file for this run

name: linting
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
linting:
name: linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2