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 8fbe34239c
commit b1650d690a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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