Skip to content

Add sysinit-reactivation.targert to cage-tty1 #45

Add sysinit-reactivation.targert to cage-tty1

Add sysinit-reactivation.targert to cage-tty1 #45

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 20.x
- name: npm install, build
run: |
npm install
npm run build --if-present