Skip to content

chore(deps): Bump clap_complete from 4.5.60 to 4.5.61 (#887) #69

chore(deps): Bump clap_complete from 4.5.60 to 4.5.61 (#887)

chore(deps): Bump clap_complete from 4.5.60 to 4.5.61 (#887) #69

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Shun Sakai
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
name: Tombi
on:
pull_request:
paths:
- "**.toml"
push:
paths:
- "**.toml"
jobs:
tombi:
name: Tombi
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Tombi
uses: tombi-toml/[email protected]
- name: Run formatter in check mode
run: tombi format --check
- name: Run linter
run: tombi lint