Skip to content

Commit

Permalink
Adding 'pio check' to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fashberg committed Sep 11, 2022
1 parent f28384c commit 1c5fda6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
fi
- name: write-override
run: echo -e "[common]\nappversion = ${{ env.RELEASE_VERSION }}" > platformio_override.ini
- name: Run Checks
env:
BUILDNAME: ${{ env.RELEASE_VERSION }}
CI: true
run: pio check -e wthermostat
- name: Build Firmware
env:
BUILDNAME: ${{ env.RELEASE_VERSION }}
Expand Down
19 changes: 10 additions & 9 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"bierner.github-markdown-preview",
"davidanson.vscode-markdownlint",
"platformio.platformio-ide"
]
}
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"bierner.github-markdown-preview",
"davidanson.vscode-markdownlint",
"ms-vscode.cpptools-extension-pack",
"platformio.platformio-ide"
]
}

0 comments on commit 1c5fda6

Please sign in to comment.