Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Enable lint on Windows
Browse files Browse the repository at this point in the history
This commit also makes the CI fail if there are clippy warnings on all
platforms.
  • Loading branch information
06393993 authored and sunshowers committed May 26, 2024
1 parent a85eea3 commit 5992455
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ env:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 5992455

Please sign in to comment.