Skip to content

templates: data-display: change 'clear' to 'Clear all' #712

templates: data-display: change 'clear' to 'Clear all'

templates: data-display: change 'clear' to 'Clear all' #712

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: 3.12
- name: Install dependencies
run: pip install -r requirements_dev.txt
- name: Run black
run: black insights/ --check --diff