ci : require editor config

This commit is contained in:
Georgi Gerganov
2026-01-06 13:04:35 +02:00
parent bd2a93d475
commit 54ccf2476b
6 changed files with 28 additions and 3 deletions
+5
View File
@@ -8,6 +8,10 @@ on:
pull_request:
types: [opened, synchronize, reopened]
paths: ['.github/workflows/python-lint.yml', '**/*.py']
workflow_run:
workflows: ["EditorConfig Checker"]
types:
- completed
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
@@ -15,6 +19,7 @@ concurrency:
jobs:
flake8-lint:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
name: Lint
steps: