Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Action: YAML Lint
# Action: YAMLLint

This action will lint YAML files.

Expand All @@ -11,7 +11,7 @@ Use a custom lint configuration.
## Example Usage

```yaml
- name: YAML Lint
- name: YAMLLint
uses: tinact/yaml.lint@master
with:
config_path: tests/.yamllint.yml
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 'YAML Lint'
name: 'YAMLLint'
description: 'This action will lint YAML files.'
author: 'Simon Baerlocher <s.baerlocher@sbaerlocher.ch>'
inputs:
Expand All @@ -11,4 +11,4 @@ runs:
main: 'dist/index.js'
branding:
color: blue
icon: check-square'
icon: check-square
1 change: 1 addition & 0 deletions tests/.yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ extends: default

ignore: |
.github
.git