Skip to content

Merge pull request #22 from e2b-dev/fix/missing-spec #4

Merge pull request #22 from e2b-dev/fix/missing-spec

Merge pull request #22 from e2b-dev/fix/missing-spec #4

Workflow file for this run

on:
push:
paths:
- '**.js?(x)'
- '**.ts?(x)'
jobs:
lint:
runs-on: ubuntu-latest
name: Run eslint
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm i
- run: npm run ci
tsc:
runs-on: ubuntu-latest
name: Check typescript
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: yarn
- run: yarn tsc