mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-30 04:19:59 -07:00
Update workflows again
This commit is contained in:
2
.github/workflows/check_submodules.yml
vendored
2
.github/workflows/check_submodules.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: 'Check submodules branch'
|
||||
name: 'Check submodules'
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: 'Lint code formatting'
|
||||
name: 'Lint formatting'
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -10,6 +10,7 @@ on:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
FBT_NO_SYNC: "true" # Skip submodules, irrelevant for linting
|
||||
SET_GH_OUTPUT: 1
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/sonarqube.yaml
vendored
2
.github/workflows/sonarqube.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: 'SonarCloud'
|
||||
name: 'SonarCloud analysis'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user