Skip to content

deploy scripts update #9

deploy scripts update

deploy scripts update #9

Workflow file for this run

name: CI
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: './.github/setup'
- name: Building
run: yarn build
- name: Linting
run: yarn lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: './.github/setup'
- name: Running tests
run: yarn test:parallel