Skip to content

test: switch to midori, add and fix unit tests #7

test: switch to midori, add and fix unit tests

test: switch to midori, add and fix unit tests #7

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- uses: ok-nick/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Lint
run: |
npm exec eslint src
npm exec prettier --check src
- name: Compile
run: npm run compile --verbose