Try newer checkout action.
Some checks failed
/ pgkcheck (push) Failing after 1s

This commit is contained in:
Manuel Friedli 2026-02-11 14:38:17 +01:00
parent 8f436be8a4
commit 686b54d010

View file

@ -1,11 +1,12 @@
on: [push] on: [push]
jobs: jobs:
test: pgkcheck:
runs-on: docker runs-on: docker
steps: steps:
- run: echo "All good!" - name: Checkout repository
- uses: actions/checkout@v4 uses: actions/checkout@v6
- run: ls -la - name: Run repository checks
run: pkgcheck --color true scan --exit error,style --net .
#kind: pipeline #kind: pipeline
#type: docker #type: docker