ci: Also run the linter on Windows

This commit is contained in:
Marijn Suijten
2022-01-24 10:34:48 +01:00
committed by GitHub
parent 9a7b4155ac
commit 80ff683207
+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