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 }}