Update README.md

This commit is contained in:
Sergey 2023-09-16 23:32:19 +03:00 committed by GitHub
parent 8934825498
commit 85681b4cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,22 @@
# nrf-connect-sdk-nrfutilbased-ci # nrf-connect-sdk-nrfutilbased-ci
CI for NRF Connect SDK projects 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
```