Compare commits
3 commits
8cd4c4e832
...
e214f4684c
| Author | SHA1 | Date | |
|---|---|---|---|
| e214f4684c | |||
| b903830801 | |||
| 473607f972 |
2 changed files with 15 additions and 21 deletions
|
|
@ -1,21 +0,0 @@
|
||||||
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 .
|
|
||||||
15
.forgejo/workflows/pkgckeck.yaml
Normal file
15
.forgejo/workflows/pkgckeck.yaml
Normal file
|
|
@ -0,0 +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: Run repository checks
|
||||||
|
run: pkgcheck --color true scan --exit error,style --net .
|
||||||
Loading…
Add table
Add a link
Reference in a new issue