Skip to content

Merge pull request #2391 from arc53/codex/draft-threat-model-for-docsgpt #4823

Merge pull request #2391 from arc53/codex/draft-threat-model-for-docsgpt

Merge pull request #2391 from arc53/codex/draft-threat-model-for-docsgpt #4823

Workflow file for this run

name: Python linting
on:
push:
branches:
- '*'
pull_request:
types: [ opened, synchronize ]
permissions:
contents: read
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint with Ruff
uses: chartboost/ruff-action@v1