Compare commits
No commits in common. "095312b5e1ac8f818a511a289c6ce04ae6cfba6c" and "b170e8d63e816b2758bd390252ce1a5a258ba453" have entirely different histories.
095312b5e1
...
b170e8d63e
2 changed files with 9 additions and 11 deletions
9
.drone.yml
Normal file
9
.drone.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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,11 +0,0 @@
|
|||
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