diff --git a/.github/workflows/.common.yml b/.github/workflows/.common.yml index 8e0a32c..6f72987 100644 --- a/.github/workflows/.common.yml +++ b/.github/workflows/.common.yml @@ -37,13 +37,13 @@ jobs: with: deno-version: ${{ matrix.deno-version }} - - name: Check - run: deno task check + - name: Lint + run: deno task check:lint - name: Test run: deno task test:lcov - # # If you don't need to upload the coverage reports, please remove this step. + # If you don't need to upload the coverage reports, please remove this step. # - name: Upload coverage reports to Codecov # if: matrix.os == 'ubuntu-latest' # uses: codecov/codecov-action@v4