Skip to content

Merge branch 'main' of https://github.com/Falcion/UnitadeOBSIDIAN int… #14

Merge branch 'main' of https://github.com/Falcion/UnitadeOBSIDIAN int…

Merge branch 'main' of https://github.com/Falcion/UnitadeOBSIDIAN int… #14

Workflow file for this run

name: Build NPM and re-direct testing
on:
push:
branches: ["main", "development", "development-ref"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install dependencies
run: npm install
- name: Build and test
run: npm run build