Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
slaskawi committed Jun 5, 2024
1 parent c2f2e77 commit 520feb2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/code-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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: Black Check
uses: jpetrucciani/black-check@7f5b2ad20fa5484f1884f07c1937e032ed8cd939
Expand All @@ -33,6 +29,11 @@ jobs:
packages: read
statuses: write
steps:
- 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: Lint Code Base
uses: super-linter/super-linter@v6
env:
Expand Down

0 comments on commit 520feb2

Please sign in to comment.