Removed QUALIFIED for EXTNAME. Fix QUALIFIED on LIKEREC/LIKEDS #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
paths: | |
- 'language/**' | |
jobs: | |
release: | |
name: Test runner | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 1 | |
- run: npm install | |
- run: node ./node_modules/eslint/bin/eslint src/** --no-error-on-unmatched-pattern | |
- run: npm run test |