Skip to content

chore(deps): bump github/codeql-action from 3 to 4 #1222

chore(deps): bump github/codeql-action from 3 to 4

chore(deps): bump github/codeql-action from 3 to 4 #1222

Workflow file for this run

name: Ruff
on:
push:
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: python -Im pip install --user ruff
- name: Run ruff
run: ruff check --output-format=github djangocms_alias