Skip to content

Commit 85df73f

Browse files
committed
Update PR linting.
1 parent 9bdb62f commit 85df73f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/pull-request.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: "Lint & build PR."
1+
name: "PR - Lint & build."
22
on: pull_request
33
jobs:
4-
ufbt-build-action:
4+
ufbt-test-build-action:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
@@ -15,25 +15,25 @@ jobs:
1515
- name: "release"
1616
sdk-channel: release
1717

18-
name: "Build: ${{ matrix.name }} test PR release."
18+
name: "PR Build: ${{ matrix.name }}."
1919
steps:
20-
- name: "Checkout."
20+
- name: "PR - Checkout."
2121
uses: actions/checkout@v3
2222
with:
2323
submodules: recursive
2424

25-
- name: "Lint."
26-
uses: flipperdevices/flipperzero-ufbt-action@v0.1
27-
with:
28-
app-dir: ./fap
29-
skip-setup: true
30-
task: lint
31-
3225
# Flipper Zero ufbt action
3326
# https://github.com/flipperdevices/flipperzero-ufbt-action
34-
- name: "Build."
27+
- name: "PR - Build app."
3528
uses: flipperdevices/flipperzero-ufbt-action@v0.1
3629
id: build-app
3730
with:
3831
app-dir: ./fap
3932
sdk-channel: ${{ matrix.sdk-channel }}
33+
34+
- name: "PR - Lint."
35+
uses: flipperdevices/flipperzero-ufbt-action@v0.1
36+
with:
37+
app-dir: ./fap
38+
skip-setup: true
39+
task: lint

0 commit comments

Comments
 (0)