Skip to content

mod: changed the check branch to dev #29

mod: changed the check branch to dev

mod: changed the check branch to dev #29

Workflow file for this run

name: build-check
on:
pull_request:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: check-out
uses: actions/checkout@v4
- name: set-up-node
uses: actions/setup-node@v3
with:
node-version: 16
- name: install-deps
run: npm install
- name: build
run: npm run build