Skip to content

Commit

Permalink
Merge pull request #1 from ansible-actions/lint
Browse files Browse the repository at this point in the history
Changing yamllinter
  • Loading branch information
DO1JLR authored Oct 20, 2023
2 parents 704c919 + b570c98 commit 5cecba5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/yamllint-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Yamllint check

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

jobs:
build:
name: Yamllint
runs-on: ubuntu-latest

steps:
- name: 'checkout git repo'
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Run yamllint
uses: ansible-actions/[email protected]
with:
target: "./"
22 changes: 0 additions & 22 deletions .github/workflows/yamllint.yml

This file was deleted.

0 comments on commit 5cecba5

Please sign in to comment.