mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
CI: Added check to prevent CRLF endings
This commit is contained in:
parent
2902913d68
commit
b48ca7caec
@ -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
|
||||
Loading…
Reference in New Issue
Block a user