Skip to content

fix wrong core name in checker_tasks.md #97

fix wrong core name in checker_tasks.md

fix wrong core name in checker_tasks.md #97

Workflow file for this run

name: sanity_check_build
on:
pull_request:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: yarn install
- name: Build the project
run: yarn build