Skip to content

Commit

Permalink
Fix for windows line ending check
Browse files Browse the repository at this point in the history
  • Loading branch information
vdorie committed Aug 21, 2024
1 parent 4f169ef commit 7d93c4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
R_KEEP_PKG_SOURCE: yes

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

- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2
Expand Down

0 comments on commit 7d93c4a

Please sign in to comment.