Skip to content

Merge pull request #47 from thegecko/simple-ble-update #44

Merge pull request #47 from thegecko/simple-ble-update

Merge pull request #47 from thegecko/simple-ble-update #44

Workflow file for this run

name: build
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: yarn install --ignore-scripts
- run: yarn build:ts