Skip to content

Commit b78b8ae

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Better actions naming
1 parent ee8ec3c commit b78b8ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on: # yamllint disable-line rule:truthy
1010

1111
jobs:
1212
build:
13-
name: Build
13+
name: SonarCloud build and run sonar-scanner
1414
runs-on: ubuntu-latest
1515
env:
1616
# Directory where build-wrapper output will be placed

.github/workflows/yamllint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on: # yamllint disable-line rule:truthy
1212

1313
jobs:
1414
lint:
15+
name: YAML lint
1516
runs-on: ubuntu-latest
1617
steps:
1718
- name: Checkout repository

0 commit comments

Comments
 (0)