Overriding the name of a type dynamically #319
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |