Skip to content

Commit 18799ee

Browse files
committed
ci: add self test on GURU
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 966e223 commit 18799ee

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: test
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '0 12 * * *'
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout pkgcheck-action
14+
uses: actions/checkout@v3
15+
with:
16+
path: pkgcheck-action
17+
18+
- name: Checkout GURU repository
19+
uses: actions/checkout@v3
20+
with:
21+
repository: gentoo/guru
22+
path: guru
23+
24+
- name: Run pkgcheck
25+
uses: ./pkgcheck-action/
26+
with:
27+
args: --keywords=-RedundantVersion,-NonsolvableDepsInDev guru

0 commit comments

Comments
 (0)