Skip to content

Commit

Permalink
Run clippy on all major platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Feb 26, 2025
1 parent 7ccd6d0 commit 675a5ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
target: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.target }}
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 675a5ad

Please sign in to comment.