Skip to content

Commit

Permalink
ci: remove source-lint for megalinter
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Apr 17, 2023
1 parent 3e33648 commit d2f48cb
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,28 +61,7 @@ jobs:
run: yarn audit
continue-on-error: true

source-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/

- name: Setup node
uses: ./.github/actions/install

- name: Lint sources
uses: wearerequired/lint-action@v2
with:
eslint: true

megalinter:
name: MegaLinter
runs-on: ubuntu-latest
steps:
# Git Checkout
Expand Down Expand Up @@ -143,7 +122,7 @@ jobs:
secrets: inherit

e2e-check:
needs: [build, source-lint]
needs: [build, megalinter]
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
Expand Down

0 comments on commit d2f48cb

Please sign in to comment.