platformio-ci/action.yml
2023-09-22 21:56:08 +03:00

14 lines
270 B
YAML

name: 'Platformio build'
description: 'Building platformio projects'
inputs:
command:
description: 'Command'
required: true
default: pio run
runs:
using: 'docker'
image: 'docker://sergeyladanov/platformio:v2'
args:
- ${{ inputs.command }}