Skip to content

Bump rt from 2.2.2 to 3.3.3 #994

Bump rt from 2.2.2 to 3.3.3

Bump rt from 2.2.2 to 3.3.3 #994

Workflow file for this run

---
name: reviewdog
on: [pull_request]
jobs:
yamllint:
name: runner / yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.github_token }}
yamllint_flags: "-c .github/actions/yamllint.yml"