Skip to content

Merge branch 'dev' of https://github.com/krypciak/cc-shaduungeon into… #34

Merge branch 'dev' of https://github.com/krypciak/cc-shaduungeon into…

Merge branch 'dev' of https://github.com/krypciak/cc-shaduungeon into… #34

Workflow file for this run

name: Build check
on:
workflow_dispatch:
push:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update; sudo apt install npm
- name: Compile
run: npm install; npm run build