Skip to content

Bump pygments from 2.19.2 to 2.20.0 #810

Bump pygments from 2.19.2 to 2.20.0

Bump pygments from 2.19.2 to 2.20.0 #810

Workflow file for this run

name: Code Quality
on:
pull_request:
branches:
- master
jobs:
format:
runs-on: ubuntu-latest
name: Check Code Quality and Format
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Install Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: "3.11"
- name: Install latest uv and set Python version
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
- name: Lint
run: make check-format