1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-30 15:06:40 +02:00

migrate to doc_auto_cfg

This commit is contained in:
Rob Ede
2023-04-09 19:41:57 +01:00
parent 111d95eaea
commit f37c93a2a8
11 changed files with 25 additions and 41 deletions

View File

@@ -3,8 +3,7 @@ name: CI (post-merge)
on:
push: { branches: [master] }
permissions:
contents: read # to fetch code (actions/checkout)
permissions: { contents: read }
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}