Compare commits
2 commits
b170e8d63e
...
095312b5e1
| Author | SHA1 | Date | |
|---|---|---|---|
| 095312b5e1 | |||
| 683a65d413 |
2 changed files with 11 additions and 9 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
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 .
|
|
||||||
11
.forgejo/workflows/pkgckeck.yaml
Normal file
11
.forgejo/workflows/pkgckeck.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
pkgcheck:
|
||||||
|
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