Skip to content

Serilizing an object with tags similar to AWS Cloudformation #317

Serilizing an object with tags similar to AWS Cloudformation

Serilizing an object with tags similar to AWS Cloudformation #317

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