Fix typo
All checks were successful
/ test (push) Successful in 5s

This commit is contained in:
Manuel Friedli 2026-02-11 13:55:21 +01:00
parent fe555481c8
commit 8f436be8a4
2 changed files with 1 additions and 10 deletions

View file

@ -1,9 +0,0 @@
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

@ -4,7 +4,7 @@ jobs:
runs-on: docker
steps:
- run: echo "All good!"
- uses: acions/checkout@v4
- uses: actions/checkout@v4
- run: ls -la
#kind: pipeline