Skip to content

Release v0.1.5 (#514) #691

Release v0.1.5 (#514)

Release v0.1.5 (#514) #691

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'docs/**'
- 'LICENSE'
- 'helm-chart/**'
pull_request:
paths-ignore:
- '**.md'
- 'docs/**'
- 'LICENSE'
- 'helm-chart/**'
merge_group:
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
# Composite action; single source of truth for the actual lint logic.
# The services-side sibling workflow points at the same file via
# ./operators/zxporter/.github/actions/lint.
- name: Run golangci-lint
uses: ./.github/actions/lint