From 12f73809b8b51a10f956d0739e33e8c392220322 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sun, 19 Apr 2026 21:11:45 +0200 Subject: [PATCH] remove lint --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eb9670..a257c72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,11 +29,3 @@ jobs: distribution: 'temurin' - name: Test run: mvn test - lint: - runs-on: ubuntu-24.04 - steps: - - uses: actions/checkout@v6 - - name: Lint - uses: dbelyaev/action-checkstyle@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }}