chore(deps): Bump clap from 4.5.52 to 4.5.53 #27
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |