Сборка проекта platformio
Go to file
Sergey Ladanov 87d2468313 add
2023-09-13 13:50:57 +03:00
action.yml add 2023-09-13 13:50:57 +03:00
Dockerfile add 2023-09-13 13:50:57 +03:00
README.md add 2023-09-13 13:50:57 +03:00

Пример настройки CI/CD


jobs:      
  build:
    name: Building project
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        
      - name: Build   
        uses: embedd-actions/platformio-ci@v1