diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c6cc32..775b8b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,5 @@ jobs: - name: Run tests run: npm run test -- --run - # TODO: enable this once all checks are set - # - name: Lint - # run: npm run lint + - name: Lint + run: npm run lint