mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-28 05:25:11 +01:00
chore: add a fix for the terrible default autocrlf setting git does
This commit is contained in:
parent
088d8e2df3
commit
5cf398b72a
2
.github/workflows/pre-commit-check.yaml
vendored
2
.github/workflows/pre-commit-check.yaml
vendored
@ -13,7 +13,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
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
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user