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

add API diff to CI (#3002)

This commit is contained in:
Rob Ede
2023-03-15 13:32:55 +00:00
committed by GitHub
parent 0f3068f488
commit e68f87f84f
6 changed files with 74 additions and 20 deletions

View File

@ -6,6 +6,13 @@ on:
push:
branches: [master]
permissions:
contents: read # to fetch code (actions/checkout)
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# job currently (1st Feb 2022) segfaults
coverage: