]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: fix linting GitHub Action
authorJo Zzsi <jozzsicsataban@gmail.com>
Fri, 18 Oct 2024 00:08:44 +0000 (20:08 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Fri, 18 Oct 2024 00:27:31 +0000 (20:27 -0400)
.github/workflows/lint.yml

index 8e22bd08974eea926ca05577e9b8616e66f1bce6..9246b3921c8445987d96601fc248229617d329c9 100644 (file)
@@ -3,10 +3,10 @@ name: Lint
 on:
   pull_request:
     branches: [ main ]
-      paths-ignore:
-        - antora-playbook.yaml
-        - 'doc_site/**'
-        - 'man/**'
+    paths-ignore:
+      - antora-playbook.yaml
+      - 'doc_site/**'
+      - 'man/**'
 
 jobs:
   lint-shell: