We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8ec3c commit b78b8aeCopy full SHA for b78b8ae
.github/workflows/sonarcloud.yml
@@ -10,7 +10,7 @@ on: # yamllint disable-line rule:truthy
10
11
jobs:
12
build:
13
- name: Build
+ name: SonarCloud build and run sonar-scanner
14
runs-on: ubuntu-latest
15
env:
16
# Directory where build-wrapper output will be placed
.github/workflows/yamllint.yml
@@ -12,6 +12,7 @@ on: # yamllint disable-line rule:truthy
lint:
+ name: YAML lint
17
steps:
18
- name: Checkout repository
0 commit comments