diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4dc5263 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.ts text eol=lf +*.js text eol=lf + diff --git a/.github/workflows/sdk.yaml b/.github/workflows/sdk.yaml index 306a273..302c6d2 100644 --- a/.github/workflows/sdk.yaml +++ b/.github/workflows/sdk.yaml @@ -4,7 +4,12 @@ on: [push] jobs: sdk: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + + strategy: + matrix: + os: [ubuntu-latest, windows-latest] + fail-fast: false steps: - name: Checkout