diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f84b6ac --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +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 deleted file mode 100644 index c682350..0000000 --- a/.forgejo/workflows/pkgckeck.yaml +++ /dev/null @@ -1,11 +0,0 @@ -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 .