We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966e223 commit 18799eeCopy full SHA for 18799ee
1 file changed
.github/workflows/test.yml
@@ -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
20
21
+ repository: gentoo/guru
22
+ path: guru
23
24
+ - name: Run pkgcheck
25
+ uses: ./pkgcheck-action/
26
27
+ args: --keywords=-RedundantVersion,-NonsolvableDepsInDev guru
0 commit comments