Skip to content

chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 #14

chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3

chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 #14

Workflow file for this run

name: yaml lint
on:
pull_request:
paths:
- "**/*.yml"
- "**/*.yaml"
jobs:
yamllint:
name: runner / yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yamllint
uses: reviewdog/action-yamllint@v1.19.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review