diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8bcfc9f4..3f72b672d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ --- -name: Yaml Lint +name: Yaml Validation on: push: @@ -32,4 +32,4 @@ jobs: - uses: actions/checkout@v2 - name: yaml schema check run: | - sh ./scripts/validate.sh + bash ./scripts/validate.sh