diff options
Diffstat (limited to '.github/workflows/cs.yml')
| -rw-r--r-- | .github/workflows/cs.yml | 4 |
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: |
