Skip to content

[MERGE] Remove custom hacs repository instructions #178

[MERGE] Remove custom hacs repository instructions

[MERGE] Remove custom hacs repository instructions #178

Workflow file for this run

name: 'Validate Build'
on:
push:
branches:
- main
pull_request:
branches:
- main
- dev
jobs:
build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
npm install
npm run build