Merge pull request #24 from BrentWJacobs/snyk-fix-6cc6fa1da991d8d7cbd… #28
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" | |
: "Run yamllint uses bewuethr/[email protected]" | |
author: "Benjamin Wuethrich" | |
branding: | |
color: blue | |
icon: check-circle | |
description: "Run YAML linter with given configuration file" | |
inputs: | |
config-file: | |
description: "Configuration file for yamllint to use" | |
required: false | |
name: "Run yamllint" | |
runs: | |
args: | |
- "${{ inputs.config-file }}" | |
image: Dockerfile | |
using: docker | |
uses: bewuethr/[email protected] | |
with: | |
config-file: .github/workflows/yamllintconfig |