]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add ruff job to CI
authorŠtěpán Balážik <stepan@isc.org>
Tue, 10 Feb 2026 19:48:54 +0000 (20:48 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Fri, 20 Feb 2026 14:17:32 +0000 (15:17 +0100)
Run the linter on Python code changes in CI.

.gitlab-ci.yml

index 83c9d1f47241664a64add288bd3c0191375cef0a..93aa19899459be02c8a5ce4e6ea6e69f8feb7a43 100644 (file)
@@ -773,6 +773,12 @@ pylint:
   script:
     - pylint $(git ls-files '*.py')
 
+ruff:
+  <<: *quick_checks_job
+  <<: *python_triggering_rules
+  script:
+    - ruff check
+
 reuse:
   <<: *quick_checks_job
   image: