Skip to content

Merge pull request #16 from sneat-co/renovate/3d-parties #93

Merge pull request #16 from sneat-co/renovate/3d-parties

Merge pull request #16 from sneat-co/renovate/3d-parties #93

Workflow file for this run

name: Go CI
on:
push:
branches-ignore:
- renovate/**
tags:
- 'v[0-9]+\.[0-9]+\.[0-9]+' # Push events to matching v*, i.e. v20.15.10
paths:
- '.github/workflows/**.yml'
- '**/go.*'
- '**/*.go'
pull_request:
branches:
- '**'
paths:
- '.github/workflows/**.yml'
- '**/go.*'
- '**/*.go'
jobs:
strongo_workflow:
uses: strongo/go-ci-action/.github/workflows/workflow.yml@main
permissions:
contents: write
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
with:
code_coverage: true