Skip to content

Commit

Permalink
Merge pull request #38 from Ultraschall/build-test
Browse files Browse the repository at this point in the history
Create build-checker.yml
  • Loading branch information
nucleus-ffm authored Aug 5, 2023
2 parents 9d16cc2 + a85f7cc commit 3c85e5d
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 3c85e5d

Please sign in to comment.