Compare commits

..

7 commits

Author SHA1 Message Date
8cd4c4e832 use pkgcheck-image.
Some checks failed
/ pgkcheck (push) Failing after 56s
2026-02-11 14:42:26 +01:00
686b54d010 Try newer checkout action.
Some checks failed
/ pgkcheck (push) Failing after 1s
2026-02-11 14:38:17 +01:00
8f436be8a4 Fix typo
All checks were successful
/ test (push) Successful in 5s
2026-02-11 13:55:21 +01:00
fe555481c8 Add checkout step.
Some checks failed
/ test (push) Failing after 1s
continuous-integration/drone/push Build is failing
2026-02-11 13:54:20 +01:00
7963d46431 Add demo forgejo-runner file.
Some checks failed
/ test (push) Successful in 19s
continuous-integration/drone/push Build is failing
2026-02-11 13:50:50 +01:00
b170e8d63e Fix forgejo-runner related ebuilds and regenerate manifests/checksums.
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-11 12:46:57 +01:00
90463605c5 Merge pull request 'Big cleanup' (#179) from feature/purge into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #179
2026-02-09 01:19:25 +01:00
2 changed files with 21 additions and 15 deletions

View file

@ -0,0 +1,21 @@
on: [push]
jobs:
pgkcheck:
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 .
#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 .

View file

@ -1,15 +0,0 @@
on: [push]
jobs:
checkout:
runs-on: docker
steps:
- name: Checkout repository
uses: actions/checkout@v6
jobs:
pgkcheck:
runs-on: docker
container:
image: gittr.ch/linux/pkgcheck:latest
steps:
- name: Run repository checks
run: pkgcheck --color true scan --exit error,style --net .