Skip to content

Commit

Permalink
fix: fetch-all of repository
Browse files Browse the repository at this point in the history
  • Loading branch information
markkovari committed Jun 27, 2024
1 parent fe84548 commit dfc5092
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/backend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0

- name: Setup Java
uses: actions/setup-java@v4
Expand All @@ -37,5 +41,4 @@ jobs:
uses: super-linter/super-linter@v6.6.0
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dfc5092

Please sign in to comment.