Skip to content

feat: add flags for skipping confirmation #19

feat: add flags for skipping confirmation

feat: add flags for skipping confirmation #19

Workflow file for this run

name: Lint
on:
push:
branches:
- dev
paths:
- 'cli/**'
jobs:
python-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install and run Black
run: |
sudo apt update
sudo apt install -y python3-pip
python3 -m pip install black --break-system-packages
black --check .