chore(deps): update https://git.kemitix.net/kemitix/rust action to v2.5.1
All checks were successful
/ test (map[name:stable]) (push) Successful in 2m17s
/ test (map[name:v1.81.0]) (push) Successful in 3m20s
/ test (map[name:nightly]) (push) Successful in 1m54s

This commit is contained in:
Renovate Bot 2025-01-09 17:43:03 +00:00
parent 1af6efe6e2
commit 961c02bcf9

View file

@ -16,31 +16,31 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Machete - name: Machete
uses: https://git.kemitix.net/kemitix/rust@v2.5.0 uses: https://git.kemitix.net/kemitix/rust@v2.5.1
with: with:
args: cargo machete args: cargo machete
- name: Format - name: Format
uses: https://git.kemitix.net/kemitix/rust@v2.5.0 uses: https://git.kemitix.net/kemitix/rust@v2.5.1
with: with:
args: ${{ matrix.toolchain.name }} cargo fmt --check args: ${{ matrix.toolchain.name }} cargo fmt --check
- name: Clippy - name: Clippy
uses: https://git.kemitix.net/kemitix/rust@v2.5.0 uses: https://git.kemitix.net/kemitix/rust@v2.5.1
with: with:
args: ${{ matrix.toolchain.name }} cargo clippy args: ${{ matrix.toolchain.name }} cargo clippy
- name: Test - name: Test
uses: https://git.kemitix.net/kemitix/rust@v2.5.0 uses: https://git.kemitix.net/kemitix/rust@v2.5.1
with: with:
args: ${{ matrix.toolchain.name }} cargo test args: ${{ matrix.toolchain.name }} cargo test
- name: Build - name: Build
uses: https://git.kemitix.net/kemitix/rust@v2.5.0 uses: https://git.kemitix.net/kemitix/rust@v2.5.1
with: with:
args: ${{ matrix.toolchain.name }} cargo build args: ${{ matrix.toolchain.name }} cargo build
- name: Run - name: Run
uses: https://git.kemitix.net/kemitix/rust@v2.5.0 uses: https://git.kemitix.net/kemitix/rust@v2.5.1
with: with:
args: ${{ matrix.toolchain.name }} cargo run args: ${{ matrix.toolchain.name }} cargo run