Skip to content

PROD HOTFIX - Fix show_data_dashboard flag to be either a string _or_ a boolean #2043

PROD HOTFIX - Fix show_data_dashboard flag to be either a string _or_ a boolean

PROD HOTFIX - Fix show_data_dashboard flag to be either a string _or_ a boolean #2043

Workflow file for this run

name: Commitlint
on: [pull_request]
jobs:
commit-lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/[email protected]
with:
configFile: './.commitlintrc.yml'