1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

add redirect service (#1961)

This commit is contained in:
Rob Ede
2022-11-25 21:44:52 +00:00
committed by GitHub
parent e7c34f2e45
commit 3c69d078b2
5 changed files with 269 additions and 4 deletions

View File

@ -10,6 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
with: { components: rustfmt }
- run: cargo fmt --all -- --check
clippy:
@ -21,7 +22,6 @@ jobs:
with: { components: clippy }
- name: Generate Cargo.lock
uses: actions-rs/cargo@v1
run: cargo generate-lockfile
- name: Cache Dependencies
uses: Swatinem/rust-cache@v1.2.0