Skip to content

Commit 657bc3e

Browse files
committed
ci: Add action to check for "self"
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
1 parent afb7667 commit 657bc3e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,11 @@ jobs:
306306
with:
307307
fetch-depth: 0
308308
persist-credentials: false
309-
- uses: astral-sh/ruff-action@v4.0.0
309+
- name: Check Python formatting
310+
uses: astral-sh/ruff-action@v4.0.0
310311
with:
311312
args: 'format --check --diff'
313+
- name: Check method variables
314+
uses: astral-sh/ruff-action@v4.0.0
315+
with:
316+
args: 'check --select N805'

0 commit comments

Comments
 (0)