parent
0387d8bb18
commit
d40fe20368
1 changed files with 3 additions and 7 deletions
|
|
@ -1,15 +1,11 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
pgkcheck:
|
||||
needs: checkout
|
||||
pkgcheck:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: gittr.ch/linux/pkgcheck:latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
- name: Run repository checks
|
||||
run: pkgcheck --color true scan --exit error,style --net .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue