Skip to content

Bump rustywind to v0.23.0 #303

Bump rustywind to v0.23.0

Bump rustywind to v0.23.0 #303

Workflow file for this run

name: clippy
on: [push, pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
components: clippy
override: true
- uses: clechasseur/rs-clippy-check@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: cargo clippy -- -D warnings