mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2025-12-15 12:13:18 +03:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4be59c6d2b | ||
|
|
38936a700c | ||
|
|
57a1715e24 | ||
|
|
b29a77d35a |
@@ -4,7 +4,7 @@ Building platformio projects
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
```yml
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -14,6 +14,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- 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