diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 61e266d..e9eeaf2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,4 +18,4 @@ jobs: node-version: '18' - name: Lint - run: npm ci && npm run lint \ No newline at end of file + run: npm ci && npx eslint . \ No newline at end of file