diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b7cb647..55661cb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,5 +29,5 @@ jobs: - uses: actions/checkout@v3 - name: Install tsc run: npm install - - name: Run xo - run: npx xo --reporter unix src/* test.ts + - name: Run linters + run: npm run lint