Skip to content

Default to Running Studio Without Strict Mode #1366

Default to Running Studio Without Strict Mode

Default to Running Studio Without Strict Mode #1366

Workflow file for this run

name: main
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
automated-linting:
uses: ./.github/workflows/automated-linting.yml
secrets: inherit
run-tests:
needs: automated-linting
uses: ./.github/workflows/run-tests.yml
playwright:
needs: automated-linting
uses: ./.github/workflows/playwright.yml