chore(ci): remove golangci-linter
Some checks failed
Markdown linter / markdown-lint (push) Successful in 11s
Golang Tests / unittest (push) Failing after 17s

This commit is contained in:
Markus Pesch 2025-05-13 20:26:33 +02:00
parent b316124df4
commit df3192ab75
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -1,26 +0,0 @@
name: golangci-lint
on:
push:
branches:
- master
pull_request:
types: [ "opened", "reopened", "synchronize" ]
permissions:
contents: read
jobs:
golangci:
strategy:
matrix:
go: [stable]
os: [ubuntu-latest]
name: lint
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v8