Skip to content

Merge pull request #36 from armakuni/dependabot/go_modules/github.com… #80

Merge pull request #36 from armakuni/dependabot/go_modules/github.com…

Merge pull request #36 from armakuni/dependabot/go_modules/github.com… #80

Workflow file for this run

on:
push:
branches: ["*"]
pull_request:
jobs:
run-tests:
uses: ./.github/workflows/run-tests.yml
check-conventional-commits:
uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.1
create-release:
needs:
- check-conventional-commits
- lint-pipeline
- run-tests
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.1
secrets: inherit
lint-pipeline:
uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.19.1