YamlDotNet 16.2.0 produces trim warnings, while YamlDotNet 13.1.0 does not #392
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 }} |