Skip to content

Bump python-jose from 3.3.0 to 3.4.0 #732

Bump python-jose from 3.3.0 to 3.4.0

Bump python-jose from 3.3.0 to 3.4.0 #732

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
name: Lint using Ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- name: Install ruff
run: pip install ruff
- name: Run ruff lint check
run: ruff check .
- name: Run ruff format check
run: ruff format . --check