Skip to content

Manifest v3

Manifest v3 #32

Workflow file for this run

name: test
on:
push: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn run pre-commit
- run: yarn run build