Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Add archival notice #71

Add archival notice

Add archival notice #71

Workflow file for this run

name: Run overall build script
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: "16.x"
- name: Run build script
run: sh build.sh