Skip to content

Update pull_request_template.md (#14) #61

Update pull_request_template.md (#14)

Update pull_request_template.md (#14) #61

name: "✨ On push to any branch"
on:
push:
jobs:
lint:
name: 💄 Code Quality
uses: ./.github/workflows/lint.yml
test:
name: Run tests
uses: ./.github/workflows/tests.yml
# build:
# name: '🧪 Build & test Code'
# uses: ./.github/workflows/build.yaml
# secrets: inherit
# check-docs:
# name: "Check documentation"
# uses: ./.github/workflows/check-documentation.yml
todo-check:
name: 🧐 Check TODOs
uses: ./.github/workflows/todo-check.yml