Skip to content

Add bruno collection. Update README.md #22

Add bruno collection. Update README.md

Add bruno collection. Update README.md #22

name: "Continuous Integration"
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch: # Allow manual triggering
jobs:
call-test-code:
name: Run Test, Lint & Coverage
uses: ./.github/workflows/test-code.yml
secrets: inherit
call-dependabot-auto-merge:
name: Run Dependabot Auto-Merge
needs: call-test-code
if: >
github.actor == 'dependabot[bot]' &&
needs.call-test-code.result == 'success'
uses: ./.github/workflows/dependabot-auto-merge.yml
secrets: inherit