mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2025-12-17 07:22:59 +03:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4be59c6d2b | ||
|
|
38936a700c | ||
|
|
57a1715e24 | ||
|
|
b29a77d35a |
@@ -4,7 +4,7 @@ Building platformio projects
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -15,5 +15,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: embedd-actions/platformio-ci@v2
|
uses: embedd-actions/platformio-ci@v2
|
||||||
|
with: # Optional you can change command
|
||||||
|
command: pio run
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user