Skip to content

Implement the add_gap functionality for the dashboard #15

Implement the add_gap functionality for the dashboard

Implement the add_gap functionality for the dashboard #15

Workflow file for this run

name: "Check Dash App Run Mode"
on:
pull_request:
types: [opened, edited, reopened, synchronize, ready_for_review]
jobs:
check_pr:
runs-on: ubuntu-latest
steps:
- name: Check PR
uses: JJ/github-pr-contains-action@releases/v14.1
with:
github-token: ${{github.token}}
diffDoesNotContain: "app.run(debug=True)"