Skip to content

Merge pull request #132 from MetaCell/feature/ILEX-95-2 #370

Merge pull request #132 from MetaCell/feature/ILEX-95-2

Merge pull request #132 from MetaCell/feature/ILEX-95-2 #370

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