Skip to content

Convert to TypeScript and standardize position types #59

Convert to TypeScript and standardize position types

Convert to TypeScript and standardize position types #59

Workflow file for this run

on:
pull_request:
paths:
- 'language/**'
- 'tests/**'
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