Skip to content

Multiple changes:

Multiple changes: #2

Workflow file for this run

name: tests
on:
- push
- pull_request
jobs:
code:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --config .golangci.yml