Skip to content

[Page] [Layout] Add content #9

[Page] [Layout] Add content

[Page] [Layout] Add content #9

Workflow file for this run

name: Push code checker
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "dev" ]
jobs:
check_ui_compile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm install && npm run build