Merge pull request #51 from MarijnS95/patch-1

ci: Also run the linter on Windows
This commit is contained in:
Harry Fei
2022-01-24 17:42:28 +08:00
committed by GitHub
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
name: Clippy [Linter]
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Setup | Checkout