Skip to content

Commit

Permalink
fix: GH Actions の runner が勝手に CRLF に変換する問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
shm11C3 committed Aug 25, 2024
1 parent c3052bf commit d5f7c55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:

runs-on: ${{ matrix.platform }}
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4

- name: setup node
Expand Down

0 comments on commit d5f7c55

Please sign in to comment.