fix: replace linting with GH action

This commit is contained in:
Marcel_Henselin 2025-12-22 17:06:58 +01:00
parent 76b61859da
commit 3a24b9e930

View file

@ -38,8 +38,13 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
run: go mod tidy
- name: Lint
run: make lint
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.7
# - name: Lint
# run: make lint
- name: Test
run: make test