Skip to content

Commit

Permalink
Create build-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleus-ffm authored Aug 3, 2023
1 parent ce5a54c commit a85f7cc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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

0 comments on commit a85f7cc

Please sign in to comment.