Skip to content

Commit

Permalink
Reset repo via VS Code.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kulcsar committed Jun 22, 2024
1 parent d064e5c commit a88e5b7
Show file tree
Hide file tree
Showing 24 changed files with 70 additions and 50,880 deletions.
5 changes: 0 additions & 5 deletions .gitattributes

This file was deleted.

Binary file removed .github/makecode/blocks.png
Binary file not shown.
63 changes: 0 additions & 63 deletions .github/workflows/makecode-release.yml

This file was deleted.

30 changes: 7 additions & 23 deletions .github/workflows/makecode.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
name: MakeCode

on: [push]
name: MakeCode Build
on:
push:
workflow_dispatch:

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
- uses: actions/checkout@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: |
npm install -g pxt
pxt target arcade
- name: build
run: |
pxt install
pxt build --cloud
env:
CI: true
submodules: recursive
- run: npx makecode
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# MakeCode
built
node_modules
yotta_modules
yotta_targets
pxt_modules
.pxt
_site
*.db
*.tgz
.header.json
.simstate.json
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"arrowParens":"avoid","semi":false,"tabWidth":4}
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"ms-edu.pxt-vscode-web"
]
}
11 changes: 9 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"**/node_modules/**": true,
"**/yotta_modules/**": true,
"**/yotta_targets": true,
"**/pxt_modules/**": true
"**/pxt_modules/**": true,
"**/.pxt/**": true
},
"files.associations": {
"*.blocks": "html",
Expand All @@ -18,6 +19,12 @@
"**/node_modules": true,
"**/yotta_modules": true,
"**/yotta_targets": true,
"**/pxt_modules": true
"**/pxt_modules": true,
"**/.pxt": true
},
"files.exclude": {
"**/pxt_modules": true,
"**/.pxt": true,
"**/mkc.json": true
}
}
30 changes: 0 additions & 30 deletions .vscode/tasks.json

This file was deleted.

10 changes: 0 additions & 10 deletions Makefile

This file was deleted.

30 changes: 0 additions & 30 deletions README.md

This file was deleted.

6 changes: 0 additions & 6 deletions _config.yml

This file was deleted.

105 changes: 0 additions & 105 deletions assets/index.html

This file was deleted.

Loading

0 comments on commit a88e5b7

Please sign in to comment.