mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2024-12-25 16:32:25 +03:00
339 B
339 B
platformio-ci
Building platformio projects
Usage
jobs:
build:
name: Building project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
uses: embedd-actions/platformio-ci@v2
with: # Optional you can change command
command: pio run