Skip to content

chore: add gci/dogsled/gosec/errcheckl linters (#105) #224

chore: add gci/dogsled/gosec/errcheckl linters (#105)

chore: add gci/dogsled/gosec/errcheckl linters (#105) #224

Workflow file for this run

name: Tests
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
concurrency:
group: '${{ github.workflow }} @ ${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run go mod
run: make go.sum
- name: Run make build
run: make build
- name: Run make test
run: make test