Skip to content

fix(deps): update all patch updates (#530) #1233

fix(deps): update all patch updates (#530)

fix(deps): update all patch updates (#530) #1233

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: clippy
jobs:
clippy:
runs-on: ubuntu-latest
if: github.event_name != 'push' || github.event.pull_request.head.repo.full_name != github.repository
steps:
- uses: actions/checkout@v4
- run: rustup component add clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy -- -D warnings