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