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

build: add justfile

This commit is contained in:
Rob Ede
2023-08-03 07:03:42 +01:00
parent eaabe7e686
commit d8df60bf4c
3 changed files with 12 additions and 4 deletions

View File

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