Skip to content

Bump click from 8.3.1 to 8.3.2 #779

Bump click from 8.3.1 to 8.3.2

Bump click from 8.3.1 to 8.3.2 #779

Workflow file for this run

name: Ruff
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ruff_py3:
name: Ruff syntax check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'pip'
- name: Install Dependencies
run: |
pip install ruff
- name: ruff
run: |
make ruff