mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2024-12-25 00:12:52 +03:00
Сборка проекта platformio
Action.Dockerfile | ||
action.yml | ||
Image.Dockerfile | ||
README.md |
Пример настройки CI/CD
jobs:
build:
name: Building project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
uses: embedd-actions/platformio-ci@v2