diff --git a/README.md b/README.md index d6ff910..db09f0a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Action: YAML Lint +# Action: YAMLLint This action will lint YAML files. @@ -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 diff --git a/action.yml b/action.yml index 8145aa1..7a71073 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ --- -name: 'YAML Lint' +name: 'YAMLLint' description: 'This action will lint YAML files.' author: 'Simon Baerlocher ' inputs: @@ -11,4 +11,4 @@ runs: main: 'dist/index.js' branding: color: blue - icon: check-square' + icon: check-square diff --git a/tests/.yamllint.yml b/tests/.yamllint.yml index 8de1c9d..2196490 100644 --- a/tests/.yamllint.yml +++ b/tests/.yamllint.yml @@ -4,3 +4,4 @@ extends: default ignore: | .github + .git