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]
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
jobs:
|
||||
pgkcheck:
|
||||
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