Skip to content

Merge pull request #18 from upfluence/xg/errorlevel #69

Merge pull request #18 from upfluence/xg/errorlevel

Merge pull request #18 from upfluence/xg/errorlevel #69

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
types:
- synchronize
jobs:
test:
uses: upfluence/actions/.github/workflows/lib-go-test.yml@master
secrets: inherit
release:
needs: test
if: github.ref == 'refs/heads/master'
uses: upfluence/actions/.github/workflows/lib-any-release.yml@master
secrets: inherit