chore(actions): not launch linters for mkdocs.yml (#3093)

This commit is contained in:
Nacho Rivera
2023-12-04 09:57:18 +01:00
committed by GitHub
parent 5fdffb93d1
commit bcc590a3ee

View File

@@ -26,6 +26,7 @@ jobs:
README.md README.md
docs/** docs/**
permissions/** permissions/**
mkdocs.yml
- name: Install poetry - name: Install poetry
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true' if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: | run: |