Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Feb 22, 2024
1 parent 561e180 commit 72a2b49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- run: |
git config core.autocrlf
git config core.lf
- uses: actions/checkout@v4
- run: |
git config core.autocrlf
git config core.lf
- uses: taiki-e/install-action@just
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 72a2b49

Please sign in to comment.