diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index e008e1e0a1..11a24692a4 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -76,4 +76,5 @@ jobs: VALIDATE_BASH_EXEC: true VALIDATE_GITHUB_ACTIONS: true VALIDATE_DOCKERFILE_HADOLINT: true + VALIDATE_XML: true VALIDATE_YAML: true diff --git a/.gitignore b/.gitignore index c957d63174..a51465efbc 100644 --- a/.gitignore +++ b/.gitignore @@ -134,7 +134,8 @@ dmypy.json web/.vscode/settings.json # Intellij IDEA Files -.idea/ +.idea/* +!.idea/vcs.xml .ideaDataSources/ api/.env diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000000..ae8b1755c5 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,16 @@ + + + + + + + + + \ No newline at end of file