Skip to content

Commit

Permalink
Merge pull request #2 from MetabolicAtlas/chore/prep-release
Browse files Browse the repository at this point in the history
chore: prep release
  • Loading branch information
mihai-sysbio authored Oct 6, 2023
2 parents e89bbd4 + 849a8f4 commit 1b46f93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# GitHub YAMLlint

This action executes `yamllint` (https://github.com/adrienverge/yamllint) against files or folder
This action executes [yamllint](https://github.com/adrienverge/yamllint) against files or folder. Originally developed at [ibiqlik/action-yamllint](https://github.com/ibiqlik/action-yamllint).

## Usage

Simple as:

```yaml
- uses: ibiqlik/action-yamllint@v3
- uses: metabolicatlas/action-yamllint@v3
```
### Optional input parameters
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
uses: metabolicatlas/action-yamllint@v3
with:
file_or_dir: myfolder/*values*.yaml
config_file: .yamllint.yml
Expand All @@ -63,7 +63,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
uses: metabolicatlas/action-yamllint@v3
```

Config data examples:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- id: yaml-lint
uses: ibiqlik/action-yamllint@v3
uses: metabolicatlas/action-yamllint@v3
- run: echo ${{ steps.yaml-lint.outputs.logfile }}
Expand Down
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: 'YAML Lint'
name: 'YAML Lint fork'
description: 'Validate YAML syntax'
author: 'ibiqlik'

inputs:
file_or_dir:
Expand Down

0 comments on commit 1b46f93

Please sign in to comment.