Remove eslint and prettyer

This commit is contained in:
Joseph Garrone
2021-02-20 12:50:32 +01:00
parent cb1f441b1e
commit 95ed1e046d
8 changed files with 19 additions and 10736 deletions

View File

@ -9,21 +9,8 @@ on:
jobs:
test_lint:
runs-on: ubuntu-latest
if: ${{ !github.event.created }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm ci
- name: Making sure 'npm run lint' and 'npm run format' does not changes anything.
run: |
npm run lint:check
npm run format:check
test_node:
runs-on: ${{ matrix.os }}
needs: test_lint
strategy:
matrix:
node: [ '14', '13', '12' ]