build(deps): Bump cargo-bins/cargo-binstall from 1.20.1 to 1.21.0 #311
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: 2026 yonasBSD | |
| # | |
| # SPDX-License-Identifier: MIT | |
| name: autofix.ci | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| autofix: | |
| name: Auto Fix | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | |
| - name: Cargo Format | |
| uses: yonasBSD/toolkit@7757e45441401d468ec049000c61571426a47de4 # v0.1.0 | |
| with: | |
| run: | | |
| cargo format | |
| - name: Autofix | |
| uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a | |
| with: | |
| commit-message: "fix(autofix.ci): Apply automated fixes" |