Skip to content

Enhance parser for reference collection and testing improvements #52

Enhance parser for reference collection and testing improvements

Enhance parser for reference collection and testing improvements #52

Workflow file for this run

on:
pull_request:
paths:
- 'language/**'
jobs:
release:
name: Test runner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
submodules: true
- run: npm install
- run: node ./node_modules/eslint/bin/eslint src/** --no-error-on-unmatched-pattern
- run: npm run test