chore(deps): update build digest to 1ed1933 #105
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: yamllint | |
on: [pull_request] | |
jobs: | |
yamllint: | |
name: runner / yamllint | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | |
- name: yamllint | |
uses: reviewdog/action-yamllint@1dca3ad811867be18fbe293a9818d715a6c2cd46 # v1.20.0 | |
with: | |
reporter: github-pr-review | |
filter_mode: nofilter | |
yamllint_flags: 'apis/' | |
fail_on_error: true |