|
@@ -6,11 +6,11 @@ name: checks_pr
|
|
- master
|
|
- master
|
|
# Allows you to run this workflow manually from the Actions tab
|
|
# Allows you to run this workflow manually from the Actions tab
|
|
workflow_dispatch:
|
|
workflow_dispatch:
|
|
-permissions:
|
|
|
|
- contents: read # to fetch code (actions/checkout)
|
|
|
|
jobs:
|
|
jobs:
|
|
check-format:
|
|
check-format:
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
|
+ permissions:
|
|
|
|
+ contents: read # to fetch code (actions/checkout)
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: actions/checkout@v4
|
|
- uses: wolletd/[email protected]
|
|
- uses: wolletd/[email protected]
|
|
@@ -18,6 +18,8 @@ jobs:
|
|
target-ref: master
|
|
target-ref: master
|
|
build:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
|
+ permissions:
|
|
|
|
+ contents: read # to fetch code (actions/checkout)
|
|
container:
|
|
container:
|
|
image: ghcr.io/kamailio/pkg-kamailio-docker:master-${{ matrix.distribution }}
|
|
image: ghcr.io/kamailio/pkg-kamailio-docker:master-${{ matrix.distribution }}
|
|
volumes:
|
|
volumes:
|