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