Restore '19/06/2021, 17:22:57 Initialize empty repo'

This commit is contained in:
Alexander Davis
2021-06-19 22:33:14 +01:00
parent 78f22eedf0
commit 53710161f6
16 changed files with 0 additions and 373 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 630 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 634 KiB

View File

@@ -1,29 +0,0 @@
name: MakeCode
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: |
npm install -g pxt
pxt target microbit
- name: build
run: |
pxt install
pxt build --cloud
env:
CI: true