Сборка проекта platformio
Go to file
2023-09-22 21:56:08 +03:00
.github/workflows Update files 2023-09-20 08:17:01 +03:00
action.yml Update action.yml 2023-09-22 21:56:08 +03:00
Dockerfile Update Dockerfile 2023-09-22 21:54:52 +03:00
entrypoint.sh Create entrypoint.sh 2023-09-22 21:54:04 +03:00
README.md Update README.md 2023-09-20 12:06:46 +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@v1