mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2024-12-26 00:42:16 +03:00
10 lines
147 B
YAML
10 lines
147 B
YAML
|
name: 'Platformio build'
|
||
|
description: 'Building platformio projects'
|
||
|
runs:
|
||
|
using: 'docker'
|
||
|
image: 'Dockerfile'
|
||
|
args:
|
||
|
- pio
|
||
|
- run
|
||
|
|