Skip to content

chore(deps): update rust docker tag to v1.79.0 (#247) #526

chore(deps): update rust docker tag to v1.79.0 (#247)

chore(deps): update rust docker tag to v1.79.0 (#247) #526

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