Skip to content

CI: codecov

CI: codecov #4

Workflow file for this run

---
name: lint # this string appears on badge
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
name: "Linting"
steps:
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v6
with:
version: "v1.62"