Skip to content

Commit 56b76ff

Browse files
committed
ci: update name of workflows to bring more meanings in web UI
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent 5f9f62e commit 56b76ff

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# - automatically triggered when pull request is opened and has new commits (synchronize)
2222
# But beware, triggered on commit push, so do not be a push-machine-gun!
2323

24-
name: Build and Test
24+
name: Build and est Swift Package
2525

2626
on:
2727
push:
@@ -87,6 +87,6 @@ jobs:
8787
run: |
8888
bundle install
8989
90-
- name: Run unit tests of Swift Package-
90+
- name: Run unit tests of Swift Package
9191
run: |
9292
bundle exec fastlane test_unit

.github/workflows/build-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# - automatically triggered when pull request is opened and has new commits (synchronize)
2121
# But beware, triggered on commit push, so do not be a push-machine-gun!
2222

23-
name: Build DocC documentation
23+
name: Build Swift DocC documentation
2424

2525
on:
2626
push:

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# About runners: https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners
1515
# Runners details: https://github.com/actions/runner-images/tree/main/images/macos
1616

17-
name: gitleaks
17+
name: Scan for leaks with Gitleaks
1818

1919
# Rules for this GitHub Actions workflow
2020
# - workflow can be triggered manually if needed (workflow_dispatch)

.github/workflows/swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Software description: A SwiftUI components library with code examples for Orange Unified Design System
1212
#
1313

14-
name: Swift linter
14+
name: Lint code with SwiftLint
1515

1616
# Rules for this GitHub Actions workflow
1717
# - workflow can be triggered manually if needed (workflow_dispatch)

.github/workflows/swiftpolyglot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# About runners: https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners
1515
# Runners details: https://github.com/actions/runner-images/tree/main/images/macos
1616

17-
name: Check localizables
17+
name: Check localizables with SwiftPolyglot
1818

1919
# Rules for this GitHub Actions workflow
2020
# - workflow can be triggered manually if needed (workflow_dispatch)

0 commit comments

Comments
 (0)