Skip to content

Create build-checker.yml #1

Create build-checker.yml

Create build-checker.yml #1

Workflow file for this run

name: checking build
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
deploy:
name: checking build
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and Build 🔧 # install and build with npm
run: |
npm install
npm run build