Skip to content

Sonar Cloud analysis + coverage gathering (#33) #1

Sonar Cloud analysis + coverage gathering (#33)

Sonar Cloud analysis + coverage gathering (#33) #1

Workflow file for this run

# https://github.com/golangci/golangci-lint-action
# brew install act
# act --container-architecture linux/amd64 --workflows .github/workflows/analyze.yaml
name: analyze
on:
push:
permissions:
contents: read
jobs:
lint:
strategy:
matrix:
go: ['1.20']
os: [ubuntu-latest]
name: lint
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest