Skip to content

Commit

Permalink
Fixup git config
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Jun 17, 2024
1 parent b5c662a commit 21dda51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
bats-version: 1.9.0

- name: Configure git to not checkout CRLF
run: git config --add core.autocrlf false
run: git config --global --add core.autocrlf false

- name: Test
run: |
Expand Down

0 comments on commit 21dda51

Please sign in to comment.