diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 07f4b927c30..956a45ae656 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -74,7 +74,7 @@ jobs: run: npm ci - name: Run oxlint - run: npm oxlint:types + run: npm run oxlint:types - name: Lint unowned dependencies run: npm run lint:dep-ownership