Update workflows again

This commit is contained in:
Willy-JL
2023-03-08 02:20:15 +00:00
parent 38fb1c8047
commit de9012263b
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: 'Check submodules branch'
name: 'Check submodules'
on:
push:

View File

@@ -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:

View File

@@ -1,4 +1,4 @@
name: 'SonarCloud'
name: 'SonarCloud analysis'
on:
workflow_dispatch: