Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Update README.md (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksiikutuzov committed Nov 12, 2022
1 parent 080e9b0 commit c19e382
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
> You should checkout your repository to some directory, so that ufbt is not in your repo root
> ```
> ── runner_home
> ├── fap-dir
> ├── path
> └── flipperzero-ufbt
> ```
### `fap-dir`
### `path`

Is **required**. Sets the path to a folder where your fap source code is located.

### `channel`

Is **not required**. Sets a channel, from which SDK should be pulled. Can be `dev`, `rc`, `release`. When not specified, defaults to `dev`.

### `lint`
### `lint_only`

Is **not required**. Will lint your code instead of building. Can be `true` or `false`. When not specified, defaults to `false`.

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build
uses: oleksiikutuzov/flipperzero-ufbt-action@v1
with:
fap-dir: flipperzero-lightmeter
path: flipperzero-lightmeter
channel: rc
```
Expand All @@ -75,11 +75,14 @@ jobs:
- name: Lint
uses: oleksiikutuzov/flipperzero-ufbt-action@v1
with:
fap-dir: flipperzero-lightmeter
lint: true
path: flipperzero-lightmeter
lint_only: true
```

# Revision History
### Version v1.4.1
- Inputs naming overhaul

### Version v1.4.0
- Support for lint command

Expand Down

0 comments on commit c19e382

Please sign in to comment.