Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test #159

Closed
wants to merge 17 commits into from
11 changes: 8 additions & 3 deletions .github/workflows/makecode-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
name: Auto-bump

on:
workflow_dispatch
push:
branches:
- main
paths-ignore:
- '.github/workflows/**'
- '.gitignore'

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand All @@ -17,9 +22,9 @@ jobs:
- run: |
npm install -g makecode

- run: 'git config --global user.email "rweir@forwardedu.com"'
- run: 'git config --global user.email "ssande@forwardedu.com"'

- run: 'git config --global user.name "ross-inksmith"'
- run: 'git config --global user.name "ssande-fwd"'

- uses: actions/checkout@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# Jetbrains
.idea/**
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pxt-fwd-edu
# pxt-fwd-edu-testing
Climate Action Kit (2nd generation), by Forward Education

[ Find us at https://forwardedu.com/ ](https://forwardedu.com/)
Expand Down
4 changes: 2 additions & 2 deletions _locales/es/wind-gr-5-lesson.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Impulsando el Futuro con Energía Eólica
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
Dial=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
Dial=github:ssande-fwd/fwd-ext-testing
```

## Step 1 @showdialog
Expand Down
4 changes: 2 additions & 2 deletions _locales/es/wind-power-storage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Almacenamiento de energía para energía eólica.
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
Dial=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
Dial=github:ssande-fwd/fwd-ext-testing
```

## Step 1 @showdialog
Expand Down
4 changes: 2 additions & 2 deletions _locales/fr/wind-gr-5-lesson.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Alimenter l’avenir avec l’énergie éolienne
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
Dial=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
Dial=github:ssande-fwd/fwd-ext-testing
```

## Step 1 @showdialog
Expand Down
4 changes: 2 additions & 2 deletions _locales/fr/wind-gr-6-lesson.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Comment les turbines éoliennes capturent l’énergie cinétique
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
=github:ssande-fwd/fwd-ext-testing
```
## Step 1 @showdialog
Bienvenue dans le tutoriel de codage pour Comment les turbines éoliennes capturent l’énergie cinétique.
Expand Down
4 changes: 2 additions & 2 deletions _locales/fr/wind-power-storage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stockage d’énergie pour l’énergie éolienne
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
Dial=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
Dial=github:ssande-fwd/fwd-ext-testing
```

## Step 1 @showdialog
Expand Down
6 changes: 3 additions & 3 deletions adv-agri-5-6-a.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Advanced Agriculture
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
ledRing=github:climate-action-kits/pxt-fwd-edu
soilMoisture=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
ledRing=github:ssande-fwd/fwd-ext-testing
soilMoisture=github:ssande-fwd/fwd-ext-testing
```
## Step 1 @showdialog
Welcome to Advanced Agriculture Coding Tutorial
Expand Down
6 changes: 3 additions & 3 deletions adv-agri-7-8-a.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Smart Farming with Hydroponics & Grow Lights
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
ledRing=github:climate-action-kits/pxt-fwd-edu
soilMoisture=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
ledRing=github:ssande-fwd/fwd-ext-testing
soilMoisture=github:ssande-fwd/fwd-ext-testing
```
## Step 1 @showdialog
Welcome to the Smart Farming with Hydroponics & Grow Lights Coding Tutorial
Expand Down
6 changes: 3 additions & 3 deletions advancedagriculture.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Smart Farming with Automated Watering
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
ledRing=github:climate-action-kits/pxt-fwd-edu
soilMoisture=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
ledRing=github:ssande-fwd/fwd-ext-testing
soilMoisture=github:ssande-fwd/fwd-ext-testing
```
## Step 1 @showdialog
Welcome to Smart Farming with Automated Watering Coding Tutorial
Expand Down
4 changes: 2 additions & 2 deletions bees-5-6.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bees
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
ledRing=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
ledRing=github:ssande-fwd/fwd-ext-testing
```

## Step 1 @showdialog
Expand Down
4 changes: 2 additions & 2 deletions blank-project.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Blank Project

```package
=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
=github:climate-action-kits/pxt-fwd-edu
=github:ssande-fwd/fwd-ext-testing/fwd-breakout
=github:ssande-fwd/fwd-ext-testing
```
##
- This is a blank template for coding independently.
Expand Down
4 changes: 2 additions & 2 deletions electricvehicle.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Electric Vehicle Prototype
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
solar=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
solar=github:ssande-fwd/fwd-ext-testing
```
## Step 1 @showdialog
Welcome to Electric Vehicle Coding Tutorial
Expand Down
4 changes: 2 additions & 2 deletions es-compost-modify.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Solar-Powered Compost Tumbler - Modify Tutorial
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
sonar=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
sonar=github:ssande-fwd/fwd-ext-testing
datalogger=datalogger
```

Expand Down
4 changes: 2 additions & 2 deletions es-compost-use.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Solar-Powered Compost Tumbler - Use Tutorial
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
sonar=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
sonar=github:ssande-fwd/fwd-ext-testing
datalogger=datalogger
```

Expand Down
4 changes: 2 additions & 2 deletions es-coralreef-modify.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Coral Reef Model - Modify Tutorial
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
sonar=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
sonar=github:ssande-fwd/fwd-ext-testing
datalogger=datalogger
```

Expand Down
4 changes: 2 additions & 2 deletions es-coralreef-use.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Coral Reef Model - Use Tutorial
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
sonar=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
sonar=github:ssande-fwd/fwd-ext-testing
datalogger=datalogger
```

Expand Down
4 changes: 2 additions & 2 deletions es-landbridge-modify.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Safe Animal Crossings - Modify Tutorial
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
sonar=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
sonar=github:ssande-fwd/fwd-ext-testing
```

```template
Expand Down
4 changes: 2 additions & 2 deletions es-landbridge-use.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Safe Animal Crossings - Use Tutorial
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
sonar=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
sonar=github:ssande-fwd/fwd-ext-testing
datalogger=datalogger
```

Expand Down
4 changes: 2 additions & 2 deletions es-risingfloodalarm-modify.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Forward Education Flood Detection with Coastal Flood Alarms - Modify Tutorial

```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
sonar=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
sonar=github:ssande-fwd/fwd-ext-testing
datalogger=datalogger
```
```template
Expand Down
4 changes: 2 additions & 2 deletions es-risingfloodalarm-use.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Forward Education Flood Detection with Coastal Flood Alarms - Use Tutorial

```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
sonar=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
sonar=github:ssande-fwd/fwd-ext-testing
datalogger=datalogger
```

Expand Down
4 changes: 2 additions & 2 deletions es-seaweedfarm-modify.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Smart Seaweed Farm - Modify Tutorial
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
sonar=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
sonar=github:ssande-fwd/fwd-ext-testing
datalogger=datalogger
```

Expand Down
4 changes: 2 additions & 2 deletions es-seaweedfarm-use.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Smart Seaweed Farm - Use Tutorial
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
sonar=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
sonar=github:ssande-fwd/fwd-ext-testing
datalogger=datalogger
```

Expand Down
4 changes: 2 additions & 2 deletions ev-obstacle-py.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Autonomous Electric Vehicles of the Future
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
sonar=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
sonar=github:ssande-fwd/fwd-ext-testing
```
## Step 1 @showdialog
Welcome to Autonomous Electric Vehicles of the Future
Expand Down
4 changes: 2 additions & 2 deletions ev-wildfire.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Wildfire Tracking with Autonomous Vehicles
```package
fwd-edu-breakout=github:climate-action-kits/pxt-fwd-edu/fwd-breakout
sonar=github:climate-action-kits/pxt-fwd-edu
fwd-edu-breakout=github:ssande-fwd/fwd-ext-testing/fwd-breakout
sonar=github:ssande-fwd/fwd-ext-testing
```
## Step 1 @showdialog
Welcome to Wildfire Tracking with Autonomous Vehicles
Expand Down
4 changes: 2 additions & 2 deletions fwd-breakout/pxt.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fwd-edu-breakout",
"version": "1.45.2",
"version": "1.45.8",
"description": "FWD Edu Climate Action Kit Gen. 2 Breakout Board",
"license": "MIT",
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac",
"fwd-edu-common": "github:climate-action-kits/pxt-fwd-edu/fwd-common",
"fwd-edu-common": "github:ssande-fwd/fwd-ext-testing/fwd-common",
"jacdac-servo": "github:microsoft/pxt-jacdac/servo",
"jacdac-relay": "github:microsoft/pxt-jacdac/relay"
},
Expand Down
2 changes: 1 addition & 1 deletion fwd-common/pxt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fwd-edu-common",
"version": "1.45.2",
"version": "1.45.8",
"description": "FWD Edu Climate Action Kit Gen. 2 Shared resources",
"license": "MIT",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions fwd-dial/pxt.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fwd-edu-dial",
"version": "1.45.2",
"version": "1.45.8",
"description": "FWD Edu Climate Action Kit Gen. 2 Dial",
"license": "MIT",
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac",
"fwd-edu-common": "github:climate-action-kits/pxt-fwd-edu/fwd-common",
"fwd-edu-common": "github:ssande-fwd/fwd-ext-testing/fwd-common",
"jacdac-rotary-encoder": "github:microsoft/pxt-jacdac/rotary-encoder",
"jacdac-button": "github:microsoft/pxt-jacdac/button"
},
Expand Down
4 changes: 2 additions & 2 deletions fwd-led/pxt.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fwd-edu-led",
"version": "1.45.2",
"version": "1.45.8",
"description": "FWD Edu Climate Action Kit Gen. 2 LED",
"license": "MIT",
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac",
"fwd-edu-common": "github:climate-action-kits/pxt-fwd-edu/fwd-common",
"fwd-edu-common": "github:ssande-fwd/fwd-ext-testing/fwd-common",
"jacdac-led": "github:microsoft/pxt-jacdac/led"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions fwd-line/pxt.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fwd-edu-line",
"version": "1.45.2",
"version": "1.45.8",
"description": "FWD Edu Climate Action Kit Gen. 2 Line",
"license": "MIT",
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac",
"fwd-edu-common": "github:climate-action-kits/pxt-fwd-edu/fwd-common",
"fwd-edu-common": "github:ssande-fwd/fwd-ext-testing/fwd-common",
"jacdac-reflected-light": "github:microsoft/pxt-jacdac/reflected-light"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions fwd-moisture/pxt.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fwd-edu-moisture",
"version": "1.45.2",
"version": "1.45.8",
"description": "FWD Edu Climate Action Kit Gen. 2 Moisture",
"license": "MIT",
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac",
"fwd-edu-common": "github:climate-action-kits/pxt-fwd-edu/fwd-common",
"fwd-edu-common": "github:ssande-fwd/fwd-ext-testing/fwd-common",
"jacdac-soil-moisture": "github:microsoft/pxt-jacdac/soil-moisture"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions fwd-solar/pxt.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fwd-edu-solar",
"version": "1.45.2",
"version": "1.45.8",
"description": "FWD Edu Climate Action Kit Gen. 2 Solar",
"license": "MIT",
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac",
"fwd-edu-common": "github:climate-action-kits/pxt-fwd-edu/fwd-common",
"fwd-edu-common": "github:ssande-fwd/fwd-ext-testing/fwd-common",
"jacdac-light-level": "github:microsoft/pxt-jacdac/light-level"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions fwd-sonar/pxt.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fwd-edu-sonar",
"version": "1.45.2",
"version": "1.45.8",
"description": "FWD Edu Climate Action Kit Gen. 2 Sonar",
"license": "MIT",
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac",
"fwd-edu-common": "github:climate-action-kits/pxt-fwd-edu/fwd-common",
"fwd-edu-common": "github:ssande-fwd/fwd-ext-testing/fwd-common",
"jacdac-distance": "github:microsoft/pxt-jacdac/distance"
},
"files": [
Expand Down
Loading