Skip to content

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

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

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

Workflow file for this run

on:
push:
branches: ["*"]
pull_request:
jobs:
check-conventional-commits:
uses: armakuni/github-actions/.github/workflows/[email protected]
run-tests:
uses: ./.github/workflows/run-tests.yml
lint-pipeline:
uses: armakuni/github-actions/.github/workflows/[email protected]
all-tests-succeeded:
needs:
- check-conventional-commits
- lint-pipeline
- run-tests
runs-on: ubuntu-latest
steps:
- run: echo OK
create-release:
needs:
- all-tests-succeeded
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected]
secrets: inherit