Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

fix(msfs): offset threshold (#20) #17

fix(msfs): offset threshold (#20)

fix(msfs): offset threshold (#20) #17

Workflow file for this run

name: master
on:
push:
branches:
- master
jobs:
# lint:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout source
# uses: actions/checkout@v2
# - name: install
# run: npm install --no-optional
# - name: npm run lint
# run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: npm install
run: npm install --no-optional
- name: npm run test
run: npm run test