chore: add editorconfig-checker

This commit is contained in:
divlo
2021-03-19 14:07:21 +01:00
parent 85953cdcce
commit 0d0109be52
4 changed files with 627 additions and 317 deletions

View File

@ -33,17 +33,9 @@ jobs:
- name: 'Install dependencies'
run: 'npm ci --cache .npm --prefer-offline'
- name: 'Lint'
run: 'npm run lint'
- name: 'MarkdownLint'
run: 'npm run markdownlint'
- name: 'Build'
run: 'npm run build'
- name: 'Run the tests and generate coverage report'
run: 'npm test'
- name: 'Upload coverage to Codecov'
uses: 'codecov/codecov-action@v1'
- run: 'npm run lint:editorconfig'
- run: 'npm run lint:markdown'
- run: 'npm run lint'
- run: 'npm run build'
- run: 'npm test'
- uses: 'codecov/codecov-action@v1'