We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 679de5b + 2c53b9c commit 8c8745eCopy full SHA for 8c8745e
2 files changed
.gitattributes
@@ -0,0 +1,2 @@
1
+# Use Unix line endings in all text files.
2
+* text=auto eol=lf
.github/workflows/ci.yml
@@ -8,7 +8,14 @@ on:
8
9
jobs:
10
ci:
11
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
12
+ strategy:
13
+ fail-fast: false
14
+ matrix:
15
+ os:
16
+ - ubuntu-22.04
17
+ - windows-2022
18
+ - macOS-12
19
20
steps:
21
- name: Setup repo
0 commit comments