Skip to content

feat(allow-clear-cache-sessions): add missing tests #4

feat(allow-clear-cache-sessions): add missing tests

feat(allow-clear-cache-sessions): add missing tests #4

Workflow file for this run

name: Cargo fmt-toml
on: [push, pull_request]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
fmt-toml:
name: cargo-fmt-toml
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- name: Install cargo-fmt-toml
run: cargo install --locked cargo-fmt-toml@0.0.16
- name: cargo fmt-toml --check
run: cargo fmt-toml --check