Skip to content

Commit e13c84e

Browse files
committed
ci: remove es-lint action to keep it inside workflow file
1 parent 6adf747 commit e13c84e

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.github/actions/es-lint/action.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/pull_request.workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
- uses: ./.github/actions/es-lint
26+
- runs: |
27+
npm ci
28+
npm run test:lint
2729
2830
unit-tests:
2931
name: Unit Tests

0 commit comments

Comments
 (0)