Skip to content

Commit

Permalink
Update rhub.yaml
Browse files Browse the repository at this point in the history
To prevent auto-conversion of line endings to CRLF
  • Loading branch information
sn248 authored Dec 14, 2024
1 parent 98df6d6 commit b6aa4ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
config: ${{ fromJson(needs.setup.outputs.platforms) }}

steps:
- name: Configure git
run: git config --global core.autocrlf false

- uses: r-hub/actions/checkout@v1
- uses: r-hub/actions/setup-r@v1
with:
Expand Down

0 comments on commit b6aa4ef

Please sign in to comment.