Skip to content

rye list: Never modify or delete the virtualenv (#1351) #2550

rye list: Never modify or delete the virtualenv (#1351)

rye list: Never modify or delete the virtualenv (#1351) #2550

Workflow file for this run

name: Rustfmt
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
- name: Run rustfmt
run: make format-check