1
0
mirror of https://github.com/kremalicious/astro-redirect-from.git synced 2024-12-22 01:13:23 +01:00

windows test runs (#199)

* windows test runs
* set gitattributes
This commit is contained in:
Matthias Kretschmann 2024-12-20 13:41:43 +00:00 committed by GitHub
parent 38eef0e03e
commit 69a01c09a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto eol=lf

View File

@ -32,7 +32,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest, windows-latest]
node: ['20', '22'] node: ['20', '22']
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4