prometheus-paperless-exporter/.github/workflows/ci.yaml
Michael Hanselmann f2cc188833
Some checks failed
Run tests / test (push) Has been cancelled
Release / release (push) Has been cancelled
Initial commit
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2023-07-03 00:16:08 +02:00

19 lines
297 B
YAML

name: Run tests
on:
workflow_dispatch:
pull_request:
push:
schedule:
- cron: '13 4 */9 * *'
permissions:
contents: read
jobs:
test:
uses: hansmi/ghactions-go-test-workflow/.github/workflows/test.yaml@stable
with:
runs-on: ubuntu-latest
# vim: set sw=2 sts=2 et :