Skip to content

Pass when user is a manager and does not have a budget created #890

Pass when user is a manager and does not have a budget created

Pass when user is a manager and does not have a budget created #890

Workflow file for this run

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