diff --git a/.github/workflows/ci-actions.yaml b/.github/workflows/ci-actions.yaml index 018570ed..2a4a52d0 100644 --- a/.github/workflows/ci-actions.yaml +++ b/.github/workflows/ci-actions.yaml @@ -31,7 +31,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - - name: Run Yaml lint + - name: Run lint run: | - cd defaults/ && yamllint . + ./tests/test_groovySyntax.sh - run: echo "🍏 This job's status is ${{ job.status }}."