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]
jobs:
test:
pgkcheck:
runs-on: docker
steps:
- run: echo "All good!"
- uses: actions/checkout@v4
- run: ls -la
- name: Checkout repository
uses: actions/checkout@v6
- name: Run repository checks
run: pkgcheck --color true scan --exit error,style --net .
#kind: pipeline
#type: docker