prometheus-paperless-exporter/.github/workflows/ci.yaml
Michael Hanselmann accef42121
Some checks failed
Run tests / test (push) Has been cancelled
Release / release (push) Has been cancelled
Remove scheduled CI runs
Running on changes is sufficient.
2024-01-06 10:10:18 +01:00

17 lines
258 B
YAML

name: Run tests
on:
workflow_dispatch:
pull_request:
push:
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 :