chore: add a fix for the terrible default autocrlf setting git does

This commit is contained in:
Sekwah 2024-06-17 00:16:47 +01:00
parent 088d8e2df3
commit 5cf398b72a
2 changed files with 52 additions and 52 deletions

View File

@ -13,7 +13,7 @@ concurrency:
jobs: jobs:
pre-commit-check: pre-commit-check:
if: "github.event.action != 'labeled' || github.event.label.name == 'pre-commit ci run'" if: github.event.action != 'labeled' || github.event.label.name == 'pre-commit ci run'
name: Run pre-commit checks name: Run pre-commit checks
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps: