From 2f43aa062925e0e8ff114e6035f3bc1b2f7b8e4a Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Fri, 29 Jul 2022 08:46:45 -0400 Subject: chore: Add .gitattributes to force *.go to LF (#4919) * chore: Add .gitattributes to force *.go to LF * What if I remove this flag --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f8f08a7..57c3503 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,4 +30,4 @@ jobs: with: version: v1.47 # Optional: show only new issues if it's a pull request. The default value is `false`. - only-new-issues: true + # only-new-issues: true -- cgit v1.2.3