Skip to content

jenkins: interpret 302,303 and all 2xx response codes as success #12

jenkins: interpret 302,303 and all 2xx response codes as success

jenkins: interpret 302,303 and all 2xx response codes as success #12

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
branches:
- "*"
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.62