Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

docs: add deprecation notice to readme #308

docs: add deprecation notice to readme

docs: add deprecation notice to readme #308

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run yamllint
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check