Skip to content

wip: workflow testing #1

wip: workflow testing

wip: workflow testing #1

Workflow file for this run

name: Build and SCP
on:
push:
branches:
- master
jobs:
build-and-scp:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install