diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index f84b6ac..0000000 --- a/.drone.yml +++ /dev/null @@ -1,9 +0,0 @@ -kind: pipeline -type: docker -name: default - -steps: -- name: run-pkgcheck - image: gittr.ch/linux/pkgcheck:latest - commands: - - pkgcheck --color true scan --exit error,style --net . diff --git a/.forgejo/workflows/pkgckeck.yaml b/.forgejo/workflows/pkgckeck.yaml new file mode 100644 index 0000000..c682350 --- /dev/null +++ b/.forgejo/workflows/pkgckeck.yaml @@ -0,0 +1,11 @@ +on: [push] +jobs: + pkgcheck: + runs-on: docker + container: + image: gittr.ch/linux/pkgcheck:latest + steps: + - name: Checkout repository + uses: actions/checkout@v6 + - name: Run repository checks + run: pkgcheck --color true scan --exit error,style --net .