From df3192ab75e8ce840f60e9ea0e064964107e7508 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 13 May 2025 20:26:33 +0200 Subject: [PATCH] chore(ci): remove golangci-linter --- .gitea/workflows/golangci-lint.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .gitea/workflows/golangci-lint.yaml diff --git a/.gitea/workflows/golangci-lint.yaml b/.gitea/workflows/golangci-lint.yaml deleted file mode 100644 index 232f17b..0000000 --- a/.gitea/workflows/golangci-lint.yaml +++ /dev/null @@ -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 \ No newline at end of file