Skip to content

Commit

Permalink
Create lint-yaml.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Pabjan authored and GitHub committed Nov 25, 2019
1 parent 73bee8f commit aba9954
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lint-yaml.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Lint YAML
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Lint action.yml
uses: ibiqlik/action-yamllint@master
with:
file_or_dir: action.yml
config_file: yaml-lint-config.yml

0 comments on commit aba9954

Please sign in to comment.