Skip to content

EnumMember is not applied when enum value is a combination of flags. #397

EnumMember is not applied when enum value is a combination of flags.

EnumMember is not applied when enum value is a combination of flags. #397

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