Skip to content

Bump github/codeql-action from 3.29.7 to 3.29.11 #889

Bump github/codeql-action from 3.29.7 to 3.29.11

Bump github/codeql-action from 3.29.7 to 3.29.11 #889

Workflow file for this run

name: Python formatting
on: [push, pull_request]
# Declare default permissions as read only.
permissions: read-all
jobs:
lint:
name: Run black
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
- name: Set up problem matcher for Black output
run: echo '::add-matcher::.github/problem-matchers/black.json'
- uses: psf/black@8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # stable
with:
src: "./unitary"