Compare commits
7 commits
e214f4684c
...
8cd4c4e832
| Author | SHA1 | Date | |
|---|---|---|---|
| 8cd4c4e832 | |||
| 686b54d010 | |||
| 8f436be8a4 | |||
| fe555481c8 | |||
| 7963d46431 | |||
| b170e8d63e | |||
| 90463605c5 |
2 changed files with 21 additions and 15 deletions
21
.forgejo/workflows/demo.yaml
Normal file
21
.forgejo/workflows/demo.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
on: [push]
|
||||
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 .
|
||||
|
||||
#kind: pipeline
|
||||
#type: docker
|
||||
#name: default
|
||||
#
|
||||
#steps:
|
||||
#- name: run-pkgcheck
|
||||
# image: gittr.ch/linux/pkgcheck:latest
|
||||
# commands:
|
||||
# - pkgcheck --color true scan --exit error,style --net .
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
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: Run repository checks
|
||||
run: pkgcheck --color true scan --exit error,style --net .
|
||||
Loading…
Add table
Add a link
Reference in a new issue