Skip to content

Merge pull request #80 from aperezdc/matrixsdk0.7 #141

Merge pull request #80 from aperezdc/matrixsdk0.7

Merge pull request #80 from aperezdc/matrixsdk0.7 #141

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: clippy
jobs:
clippy:
name: clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: FrancisRussell/[email protected]
with:
command: install-rustup
profile: minimal
toolchain: stable
override: true
- uses: FrancisRussell/[email protected]
with:
command: cargo clippy
args: -- -D warnings
annotations: true