Skip to content

Merge pull request #25 from NETWAYS/fix/zammad-6.5-changes #51

Merge pull request #25 from NETWAYS/fix/zammad-6.5-changes

Merge pull request #25 from NETWAYS/fix/zammad-6.5-changes #51

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0.2