Skip to content

Fix CI pipeline for xk6 v0.14.0 #185

Fix CI pipeline for xk6 v0.14.0

Fix CI pipeline for xk6 v0.14.0 #185

Workflow file for this run

name: Lint
on:
pull_request: {}
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: golangci-lint
uses: golangci/golangci-lint-action@e60da84bfae8c7920a47be973d75e15710aa8bd7 # v6
with:
only-new-issues: true
args: --timeout=5m # 1m is not enough, experimentally.