Skip to content

Commit

Permalink
chore: readd super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
markkovari committed Jun 27, 2024
1 parent ad57244 commit fe84548
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/backend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

# - name: Run Super-Linter
# uses: super-linter/super-linter@v6.6.0
# env:
# # To report GitHub Actions status checks
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Java
uses: actions/setup-java@v4
with:
Expand All @@ -38,3 +32,10 @@ jobs:
run: mvn install -DskipTests
- name: Run tests
run: mvn test

- name: Run Super-Linter
uses: super-linter/super-linter@v6.6.0
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: true

0 comments on commit fe84548

Please sign in to comment.