prometheus-paperless-exporter/.github/workflows/ci.yaml
dependabot[bot] 2e39bf97b3 Bump hansmi/ghactions-go-test-workflow from 0.1 to 0.2
Bumps [hansmi/ghactions-go-test-workflow](https://github.com/hansmi/ghactions-go-test-workflow) from 0.1 to 0.2.
- [Commits](https://github.com/hansmi/ghactions-go-test-workflow/compare/v0.1...v0.2)

---
updated-dependencies:
- dependency-name: hansmi/ghactions-go-test-workflow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 20:01:25 +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.2
with:
runs-on: ubuntu-latest
# vim: set sw=2 sts=2 et :