Skip to content

Commit

Permalink
ci: add self test on GURU
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
  • Loading branch information
arthurzam committed Jan 13, 2024
1 parent 966e223 commit 18799ee
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/test.yml
@@ -0,0 +1,27 @@
name: test

on:
push:
pull_request:
schedule:
- cron: '0 12 * * *'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout pkgcheck-action
uses: actions/checkout@v3
with:
path: pkgcheck-action

- name: Checkout GURU repository
uses: actions/checkout@v3
with:
repository: gentoo/guru
path: guru

- name: Run pkgcheck
uses: ./pkgcheck-action/
with:
args: --keywords=-RedundantVersion,-NonsolvableDepsInDev guru

0 comments on commit 18799ee

Please sign in to comment.