diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6bdb74..11a573a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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