This commit is contained in:
parent
8f436be8a4
commit
686b54d010
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue