Skip to content

fix: panic if add_route gets a path with a trailing slash #827

fix: panic if add_route gets a path with a trailing slash

fix: panic if add_route gets a path with a trailing slash #827

Workflow file for this run

on:
push:
branches:
- main
- renovate/**
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
name: Check Rust code
jobs:
check:
uses: msfjarvis/shared-workflows/.github/workflows/test-flakes-project.yml@main
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
cachix-token: ${{ secrets.CACHIX_AUTH_TOKEN }}