Skip to content

Merge pull request #8 from grafana/7-upgrade-k6build-to-v0.2.2 #35

Merge pull request #8 from grafana/7-upgrade-k6build-to-v0.2.2

Merge pull request #8 from grafana/7-upgrade-k6build-to-v0.2.2 #35

Workflow file for this run

name: lint
on:
pull_request:
workflow_dispatch:
push:
paths-ignore:
- "docs/**"
- README.md
- "releases/**"
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: "1.22.2"
cache: false
- name: Go linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.57.2
args: --timeout=30m
install-mode: binary