diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b79694b4d..0502df9cb 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -71,16 +71,22 @@ jobs: with: machine-types: "['ubuntu-22.04']" + # yaml-linting: + # runs-on: ubuntu-22.04 + # steps: + # - name: Checkout + # uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + # with: + # token: ${{ secrets.CHECKOUT_TOKEN }} + + # - name: Run yamllint with custom config + # run: yamllint -c .trunk/configs/.yamllint.yaml . yaml-linting: - runs-on: ubuntu-22.04 - steps: - - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev - with: - token: ${{ secrets.CHECKOUT_TOKEN }} + name: YAML Linting + uses: Lombiq/GitHub-Actions/.github/workflows/yaml-lint@dev + with: + machine-types: "['ubuntu-22.04']" - - name: Run yamllint with custom config - run: yamllint -c .trunk/configs/.yamllint.yaml . post-pull-request-checks-automation: name: Post Pull Request Checks Automation diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index d6983fb02..93c976c6d 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit d6983fb02d3fad8492bf45c592b966d6e4374b6f +Subproject commit 93c976c6dd01b3f13b5141c7b6c9bb74c651cbda