Use separate jobs for separate images.
This commit is contained in:
parent
b903830801
commit
e214f4684c
1 changed files with 6 additions and 2 deletions
|
|
@ -1,11 +1,15 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
checkout:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v6
|
||||||
jobs:
|
jobs:
|
||||||
pgkcheck:
|
pgkcheck:
|
||||||
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