Skip to content

Commit ca59e58

Browse files
committed
Minor changes on GitHub Actions pipelines
1 parent b6dc169 commit ca59e58

File tree

7 files changed

+6
-82
lines changed

7 files changed

+6
-82
lines changed

.github/workflows/chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish_helm_chart
1+
name: Helm Chart Publisher
22

33
on:
44
push:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: CI
22

33
on:
44
push:

.github/workflows/code-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: code lint
1+
name: Code Linter
22

33
on:
44
push:

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GitHub Action to automate the identification of common misspellings in text files.
22
# https://github.com/codespell-project/actions-codespell
33
# https://github.com/codespell-project/codespell
4-
name: codespell
4+
name: Code Spelling Checker
55
on: [pull_request]
66
permissions:
77
contents: read

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check Markdown
1+
name: Markdown Link Checker
22

33
on:
44
pull_request:

.github/workflows/publish-image.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Trivy vulnerability scanner
1+
name: Trivy Vulnerability Scanner
22
on:
33
push:
44
branches:

0 commit comments

Comments
 (0)