Skip to content

Imporoved Heroku Detection #1703

Imporoved Heroku Detection

Imporoved Heroku Detection #1703

Workflow file for this run

name: "πŸš… CI"
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [ "main" ]
jobs:
minitest:
name: πŸ§ͺ Starter Repo Tests
uses: ./.github/workflows/_starter_repo_tests.yml
secrets: inherit
super_scaffolding:
name: πŸ§ͺ Starter Repo Super Scaffolding Tests
uses: ./.github/workflows/_run_super_scaffolding_tests.yml
secrets: inherit
gem_tests:
name: πŸ§ͺ Gem Tests
uses: ./.github/workflows/_run_tests.yml
secrets: inherit
standardrb:
name: πŸ”¬ Standardrb
uses: ./.github/workflows/_standardrb.yml
secrets: inherit