Skip to content

Commit

Permalink
fix: ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Nov 23, 2024
1 parent 4debbfa commit 4644463
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- macOS-latest

steps:
- name: Set line ending for Windows
if: matrix.os == 'windows-latest'
run: git config --global core.autocrlf false

- name: Clone repository
uses: actions/checkout@v4

Expand All @@ -37,6 +41,9 @@ jobs:
with:
deno-version: canary

- name: Install dependencies
run: deno install

- name: Format & Check
run: deno run check

Expand Down

0 comments on commit 4644463

Please sign in to comment.