summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cs.yml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-04-07 00:29:08 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2024-04-07 10:42:25 +0200
commitee383cb436faa50b775f9f9ec5d3573d70131f29 (patch)
treeb6538d6b9e0852a8df8e2fa2a4e985565ea572b0 /.github/workflows/cs.yml
parent9dae69ef3282aa7c3ebd5243b77199108ad595f9 (diff)
downloadgohugo-theme-ed-ee383cb436faa50b775f9f9ec5d3573d70131f29.tar.gz
Update workflows/jobs names
Diffstat (limited to '.github/workflows/cs.yml')
-rw-r--r--.github/workflows/cs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml
index e886fd8..e90e993 100644
--- a/.github/workflows/cs.yml
+++ b/.github/workflows/cs.yml
@@ -1,4 +1,4 @@
-name: CS
+name: Code Style
on:
push:
@@ -14,7 +14,7 @@ on:
jobs:
lint:
- name: Code linting
+ name: Run linters
runs-on: ubuntu-latest
steps: