Skip to content

docker: use bookworm for both build and runtime container (#248) #529

docker: use bookworm for both build and runtime container (#248)

docker: use bookworm for both build and runtime container (#248) #529

Workflow file for this run

name: rustfmt
on:
push:
branches:
- main
- 'release/v*.*.*'
pull_request:
branches:
- main
- 'release/v*.*.*'
jobs:
fmt:
runs-on: ubuntu-latest
name: rustfmt ichiyoAI
steps:
- name: Checkout branch
uses: actions/checkout@v4
- uses: mkroening/rust-toolchain-toml@main
- name: Setup cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: "ichiyo-ai/gh-actions-cache"
- name: Run rustfmt
run: cargo fmt --all -- --check