diff options
author | Francis Lavoie <[email protected]> | 2022-07-29 08:46:45 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-29 08:46:45 -0400 |
commit | 2f43aa062925e0e8ff114e6035f3bc1b2f7b8e4a (patch) | |
tree | 1ee27593617b399680996ee95a735682eb1fcc2c /.github | |
parent | 56c139f003292005dd5dd974ffd770b8620e8aef (diff) | |
download | caddy-2f43aa062925e0e8ff114e6035f3bc1b2f7b8e4a.tar.gz caddy-2f43aa062925e0e8ff114e6035f3bc1b2f7b8e4a.zip |
chore: Add .gitattributes to force *.go to LF (#4919)
* chore: Add .gitattributes to force *.go to LF
* What if I remove this flag
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f8f08a785..57c3503a7 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 |