Skip to content

Merge pull request #45 from nicholas-fedor/renovate/cimg-go-1.x #81

Merge pull request #45 from nicholas-fedor/renovate/cimg-go-1.x

Merge pull request #45 from nicholas-fedor/renovate/cimg-go-1.x #81

Workflow file for this run

name: Push to main
on:
workflow_dispatch: {}
push:
branches:
- main
permissions:
contents: write
actions: read
packages: write
id-token: write
attestations: write
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml
build-and-publish:
uses: ./.github/workflows/build.yaml
secrets: inherit
needs:
- test
- lint
with:
snapshot: true