Skip to content

chore(deps): Bump clap from 4.5.51 to 4.5.53 #62

chore(deps): Bump clap from 4.5.51 to 4.5.53

chore(deps): Bump clap from 4.5.51 to 4.5.53 #62

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@v5
- name: Setup Tombi
uses: tombi-toml/[email protected]
- name: Run formatter in check mode
run: tombi format --check
- name: Run linter
run: tombi lint