prometheus-paperless-exporter/.github/workflows/ci.yaml
2024-02-05 16:59:14 +01:00

17 lines
256 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@v0.1
with:
runs-on: ubuntu-latest
# vim: set sw=2 sts=2 et :