Skip to content

Merge branch 'devel' of https://github.com/metacell/interlex into fea… #385

Merge branch 'devel' of https://github.com/metacell/interlex into fea…

Merge branch 'devel' of https://github.com/metacell/interlex into fea… #385

Workflow file for this run

name: Run Unit Tests and Lint Files
on: push
jobs:
unit_test-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 18.19
- run: |
yarn
yarn run build
yarn run lint