Update README.md
This commit is contained in:
parent
8934825498
commit
85681b4cb1
20
README.md
20
README.md
@ -1,2 +1,22 @@
|
||||
# nrf-connect-sdk-nrfutilbased-ci
|
||||
CI for NRF Connect SDK projects
|
||||
|
||||
## Usage example:
|
||||
|
||||
```
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
- name: Build
|
||||
uses: embedd-actions/nrf-connect-sdk-nrfutilbased-ci@v2.3.0
|
||||
with:
|
||||
board: nrf52833dk_nrf52833
|
||||
build_dir: build
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user