Skip to content

Commit

Permalink
Lint sources
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Feb 16, 2024
1 parent a490bdb commit 7c69b95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
key: ${{ runner.os }}-dub-${{ hashFiles('**/dub.json') }}
restore-keys: |
${{ runner.os }}-dub-
# TODO: Re-enable this step
# - name: Lint
# run: dub lint
- name: Lint
run: dub run dscanner -- lint source
- name: Test
run: dub test --coverage
- name: Upload Coverage to Codecov
Expand Down

0 comments on commit 7c69b95

Please sign in to comment.