Skip to content

Commit

Permalink
Merge branch 'devel' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sujit-jadhav authored Jan 12, 2024
2 parents cfc03cd + 594701d commit e59128a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ansible Lint # feel free to pick your own name
name: Linters

on:
pull_request:
Expand All @@ -16,6 +16,14 @@ on:
- devel-1.6

jobs:

markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: docker run -v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest --disable=MD013 "**/*.md" || true

ansible-lint:

runs-on: ubuntu-latest
Expand Down

0 comments on commit e59128a

Please sign in to comment.