Skip to content

Fix for in/of introduced in bbf6e56371673ccb369a95b6d9895d879daba0a6 #60

Fix for in/of introduced in bbf6e56371673ccb369a95b6d9895d879daba0a6

Fix for in/of introduced in bbf6e56371673ccb369a95b6d9895d879daba0a6 #60

Workflow file for this run

name: Compile
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
- run: npm install
- run: npm run compile
- run: npm run lint