From ee383cb436faa50b775f9f9ec5d3573d70131f29 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 7 Apr 2024 00:29:08 +0200 Subject: Update workflows/jobs names --- .github/workflows/cs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/cs.yml') 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: -- cgit v1.2.3