mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2025-04-04 12:30:54 +03:00
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
Description
Languages
Dockerfile
94%
Shell
6%