Skip to content

Bump pygments from 2.19.1 to 2.20.0 in /demos/a2a_llama_stack #587

Bump pygments from 2.19.1 to 2.20.0 in /demos/a2a_llama_stack

Bump pygments from 2.19.1 to 2.20.0 in /demos/a2a_llama_stack #587

Workflow file for this run

name: Pre-commit
on:
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v3
with:
python-version: 3.12
- name: Run pre-commit
uses: pre-commit/action@v3.0.1