Use custom checkout action. #184

Merged
manuel merged 1 commit from feature/simplify-forgejo-actions into main 2026-03-14 02:55:43 +01:00

View file

@ -6,6 +6,6 @@ jobs:
image: gittr.ch/linux/pkgcheck:latest image: gittr.ch/linux/pkgcheck:latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v6 uses: https://gittr.ch/linux/forgejo-actions/checkout@v0.1
- name: Run repository checks - name: Run repository checks
run: pkgcheck --color true scan --exit error,style --net . run: pkgcheck --color true scan --exit error,style --net .