Skip to content

Update mkroening/rust-toolchain-toml action to v1.3.0 #4

Update mkroening/rust-toolchain-toml action to v1.3.0

Update mkroening/rust-toolchain-toml action to v1.3.0 #4

Workflow file for this run

name: clippy
on:
push:
branches:
- main
- 'release/v*.*.*'
pull_request:
branches:
- main
- 'release/v*.*.*'
jobs:
clippy:
runs-on: ubuntu-latest
name: clippy members-assoc-sdk-rust
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Setup toolchain
uses: mkroening/rust-toolchain-toml@v1.3.0
- name: Setup cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: "members-assoc-sdk-rust/gh-actions-cache"
- name: Run clippy
run: cargo clippy --all-targets --all-features