You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
PlatformIO Run
0.1.0
GitHub Action for PlatformIO Run.
.github/workflows/platformio-build.yml
name: PlatformIO
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: PlatformIO Run
- uses: karniv00l/[email protected]
with:
environments: "teensy35,teensy36,teensy41"
targets: "teensy35,teensy36,teensy41"
project-dir: "./some_dir"
project-conf: "./some_dir/custom.ini"
jobs: 6
silent: false
verbose: true
disable-auto-clean: false