Skip to content

update k6catalog

update k6catalog #108

Workflow file for this run

name: lint
on:
push:
branches:
- main
paths-ignore:
- "docs/**"
- README.md
- "releases/**"
pull_request:
branches:
- main
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.21"
cache: false
- name: Go linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
args: --timeout=30m
install-mode: binary