File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- name : " Lint & build PR ."
1
+ name : " PR - Lint & build."
2
2
on : pull_request
3
3
jobs :
4
- ufbt-build-action :
4
+ ufbt-test- build-action :
5
5
runs-on : ubuntu-latest
6
6
strategy :
7
7
matrix :
@@ -15,25 +15,25 @@ jobs:
15
15
- name : " release"
16
16
sdk-channel : release
17
17
18
- name : " Build: ${{ matrix.name }} test PR release ."
18
+ name : " PR Build: ${{ matrix.name }}."
19
19
steps :
20
- - name : " Checkout."
20
+ - name : " PR - Checkout."
21
21
uses : actions/checkout@v3
22
22
with :
23
23
submodules : recursive
24
24
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
-
32
25
# Flipper Zero ufbt action
33
26
# https://github.com/flipperdevices/flipperzero-ufbt-action
34
- - name : " Build."
27
+ - name : " PR - Build app ."
35
28
uses : flipperdevices/flipperzero-ufbt-action@v0.1
36
29
id : build-app
37
30
with :
38
31
app-dir : ./fap
39
32
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
You can’t perform that action at this time.
0 commit comments