Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/checks.yml (renamed from .github/workflows/check_commit_style.yml)7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/check_commit_style.yml b/.github/workflows/checks.yml
index 650a1c748..6a6dcaf9e 100644
--- a/.github/workflows/check_commit_style.yml
+++ b/.github/workflows/checks.yml
@@ -1,4 +1,4 @@
-name: Commit style check
+name: Checks
on: [pull_request]
@@ -21,6 +21,9 @@ jobs:
# Don't create a merge commit
ref: ${{ github.event.pull_request.head.sha }}
- - name: Verify commits
+ - name: Check commit style
run: $GITHUB_WORKSPACE/.github/workflows/check_commit_style.py
shell: bash
+
+ - name: Check line endings
+ uses: erclu/check-crlf@v1