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

feat: expose Identity middleware (#3390)

This commit is contained in:
Rob Ede
2024-06-08 05:26:26 +01:00
committed by GitHub
parent 3db7891303
commit 7c4c26d2df
6 changed files with 24 additions and 32 deletions

View File

@ -89,5 +89,5 @@ jobs:
- name: Generate API diff
run: |
for f in $(find -mindepth 2 -maxdepth 2 -name Cargo.toml); do
cargo public-api --manifest-path "$f" diff ${{ github.event.pull_request.base.sha }}..${{ github.sha }}
cargo public-api --manifest-path "$f" --simplified diff ${{ github.event.pull_request.base.sha }}..${{ github.sha }}
done