Skip to content

Merge pull request #18 from SchwarzSail/ci_test #46

Merge pull request #18 from SchwarzSail/ci_test

Merge pull request #18 from SchwarzSail/ci_test #46

name: golangci-lint
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
# Checkout the code
- uses: actions/checkout@v4
# Set up Go environment
- uses: actions/setup-go@v5
with:
go-version: '1.23'
cache: false
# Run golangci-lint
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=10m