From 69a01c09a233aeff2bebe628e65464cb1365af51 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 20 Dec 2024 13:41:43 +0000 Subject: [PATCH] windows test runs (#199) * windows test runs * set gitattributes --- .gitattributes | 1 + .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94f480d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b660fa..80d12d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] node: ['20', '22'] steps: - uses: actions/checkout@v4