Skip to content

feat(bzlmod): Add rust_toolchain_file attribute for rust.toolchain() #6036

feat(bzlmod): Add rust_toolchain_file attribute for rust.toolchain()

feat(bzlmod): Add rust_toolchain_file attribute for rust.toolchain() #6036

Workflow file for this run

name: Formatting
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
code-format-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1