Initial CI/CD pipeline #3
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/flathub/flatpak-builder-lint:latest
|
image: ghcr.io/flathub/flatpak-builder-lint:latest
|
||||||
options: --privileged
|
options: --privileged --security-opt seccomp=unconfined --security-opt apparmor=unconfined
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Add Flathub remote
|
- name: Add Flathub remote
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue