diff --git a/.github/workflows/yaml-linting.yml b/.github/workflows/yaml-linting.yml index 5c49ebb..7c6026e 100644 --- a/.github/workflows/yaml-linting.yml +++ b/.github/workflows/yaml-linting.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Check file extensions - run: if [[ $(find ./yml -type f -not -name "*.yml") ]]; then echo "Files with unexpected extension found, please ensure you use ".yml" (all lower case) for files in the yml/ folder."; exit 1; fi + run: if [[ $(find ./yml -type f -not -name "*.yml") ]]; then echo "Files with unexpected extension found, please ensure you use '.yml' (all lower case) for files in the yml/ folder."; exit 1; fi - name: yaml-lint uses: ibiqlik/action-yamllint@v3 with: diff --git a/yml/OtherMSBinaries/testwindowremoteagent.yaml b/yml/OtherMSBinaries/testwindowremoteagent.yml similarity index 100% rename from yml/OtherMSBinaries/testwindowremoteagent.yaml rename to yml/OtherMSBinaries/testwindowremoteagent.yml