Skip to content

Feat/cost web

Feat/cost web #136

Workflow file for this run

name: Lint
on:
push:
branches: [ master, v2 ]
pull_request:
branches: [ master, v2 ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
skip-go-installation: true
args: --timeout 3m --verbose