Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

[OP-2105] Added dependabot #2

[OP-2105] Added dependabot

[OP-2105] Added dependabot #2

Workflow file for this run

name: yamllint
on:
pull_request:
paths:
- '**.yaml'
- '**.yml'
- '.yamllint'
- '.github/workflows/yamllint.yml'
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yamllint
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true