Skip to content

build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#425) #219

build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#425)

build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#425) #219

Workflow file for this run

name: Lint with dprint
on:
push:
branches: [main]
pull_request:
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
with:
toolchain: stable
components: rustfmt
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2
- uses: dprint/check@v2.2