Skip to content

Add coverage statistics in CI #4

Add coverage statistics in CI

Add coverage statistics in CI #4

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: "v1.55.2"