driver_stats_distplot default to plot all drivers #40
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)" |