fix: crlf

Carlos Alexandro Becker created

Change summary

.github/workflows/build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

.github/workflows/build.yml 🔗

@@ -4,7 +4,7 @@ on: [push, pull_request]
 
 jobs:
   build:
-    uses: charmbracelet/meta/.github/workflows/build.yml@main
+    uses: charmbracelet/meta/.github/workflows/build.yml@crlf
 
   snapshot:
     uses: charmbracelet/meta/.github/workflows/snapshot.yml@main
@@ -25,4 +25,4 @@ jobs:
         run: go test -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./... -timeout 5m
       - uses: codecov/codecov-action@v3
         with:
-          file: ./coverage.txt
+          file: ./coverage.txt