diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index d7e0b9b7..ec2a843f 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -56,4 +56,4 @@ jobs: - name: Check documentation id: documentation run: | - python3 tools/check_documentation.py cloud-operations/ data-solutions/ data-solutions/data-platform-foundations/ factories/ factories/firewall-vpc-rules/ foundations/ modules/ networking/ \ No newline at end of file + python3 tools/check_documentation.py cloud-operations/ data-solutions/ data-solutions/data-platform-foundations/ factories/ factories/firewall-vpc-rules/ foundations/ modules/ networking/ diff --git a/tests-environment.yml b/.github/workflows/tests-environment.yml similarity index 100% rename from tests-environment.yml rename to .github/workflows/tests-environment.yml diff --git a/tests-examples.yml b/.github/workflows/tests-examples.yml similarity index 100% rename from tests-examples.yml rename to .github/workflows/tests-examples.yml