Skip to content

ci(deps): bump armakuni/github-actions from 0.18.2 to 0.19.0 #64

ci(deps): bump armakuni/github-actions from 0.18.2 to 0.19.0

ci(deps): bump armakuni/github-actions from 0.18.2 to 0.19.0 #64

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