Skip to content

Merge pull request #919 from bullet-train-co/pascal/field-labels-hide… #1697

Merge pull request #919 from bullet-train-co/pascal/field-labels-hide…

Merge pull request #919 from bullet-train-co/pascal/field-labels-hide… #1697

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