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
commit ad75526abc
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