Skip to content

yamldotnet is missing NuGet package README file #309

yamldotnet is missing NuGet package README file

yamldotnet is missing NuGet package README file #309

name: Check Yaml Syntax
on:
issues:
types: [ opened, edited ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check syntax on YAML code blocks
uses: docker://aaubry/yamldotnet-syntax-checker:latest
with:
args: -repository ${{ github.repository }} -issueNumber ${{ github.event.issue.number }} -apiToken ${{ secrets.BOT_TOKEN }}