Skip to content

chore(deps): update all dependencies #580

chore(deps): update all dependencies

chore(deps): update all dependencies #580

Workflow file for this run

name: Clippy
on:
pull_request:
push:
branches: [main]
paths:
- .github/workflows/clippy.yml
- client/**
- language/**
jobs:
clippy:
uses: winstxnhdw/actions/.github/workflows/rust.yml@main
with:
working-directory: ${{ matrix.working-directory }}
disable-test: true
strategy:
matrix:
working-directory: [client, language]