Skip to content

Commit

Permalink
ci: remove es-lint action to keep it inside workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Oct 31, 2024
1 parent 6adf747 commit e13c84e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .github/actions/es-lint/action.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/pull_request.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: ./.github/actions/es-lint
- runs: |
npm ci
npm run test:lint
unit-tests:
name: Unit Tests
Expand Down

0 comments on commit e13c84e

Please sign in to comment.