Skip to content

Bump hansmi/ghactions-goreleaser-workflow from 0.1 to 0.2 #292

Bump hansmi/ghactions-goreleaser-workflow from 0.1 to 0.2

Bump hansmi/ghactions-goreleaser-workflow from 0.1 to 0.2 #292

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
pull_request:
push:
schedule:
- cron: '45 15 */9 * *'
permissions:
contents: read
jobs:
test:
uses: hansmi/ghactions-go-test-workflow/.github/workflows/[email protected]
with:
runs-on: ubuntu-latest
# vim: set sw=2 sts=2 et :