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 :