Skip to content

Commit

Permalink
Adding Yamllint Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Jul 31, 2023
1 parent bb1d4ac commit 55a71d6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 'Yamllint GitHub Actions'

# yamllint disable-line rule:truthy
on: [push, pull_request]

jobs:
yamllint:
name: 'Yamllint'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/[email protected]
- name: 'Yamllint'
uses: karancode/[email protected]
with:
yamllint_file_or_dir: '.'
yamllint_config_filepath: './.yamllint'
yamllint_strict: false
yamllint_comment: true

0 comments on commit 55a71d6

Please sign in to comment.