Skip to content

Static code generation fails to generate code for Dictionary and List which use Array values #272

Static code generation fails to generate code for Dictionary and List which use Array values

Static code generation fails to generate code for Dictionary and List which use Array values #272

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 }}