15 lines
266 B
YAML
15 lines
266 B
YAML
---
|
|
name: Yaml linter
|
|
description: Lint yaml files using yamllint
|
|
author: Yi-Ting Shih <ytshih@it.cs.nycu.edu.tw>
|
|
|
|
inputs:
|
|
context:
|
|
description: The context of the build environment
|
|
required: false
|
|
default: .
|
|
|
|
runs:
|
|
using: docker
|
|
image: Dockerfile
|