Skip to content

chore(deps): update ghcr.io/google/yamlfmt docker tag to v0.17.1 #525

chore(deps): update ghcr.io/google/yamlfmt docker tag to v0.17.1

chore(deps): update ghcr.io/google/yamlfmt docker tag to v0.17.1 #525

name: GitHub Actions Workflows
on: pull_request
jobs:
linting:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Checkout code.
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check GitHub Actions workflows linting.
run: make check-github-actions-workflows-linting
formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout code.
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check formatting.
run: make check-yaml-formatting