diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e13cbc7..254e58c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,8 @@ jobs: permissions: actions: write steps: - - name: Dummy step - shell: bash - run: | - echo "Dummy step, just to trigger underlying workflow run event" + - name: Checkout + uses: actions/checkout@v4 + + - name: Validate YAML file + run: yamllint action.yml