Skip to content

Commit

Permalink
CLDR-14483 Workaround for ansible-lint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Feb 9, 2021
1 parent 4997476 commit 6fc6b8d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
with:
lfs: false # not needed for this job, as we don’t currently do a Java build
- name: Lint Ansible Playbook
# the hash here is a specific version of that repo, since there is not a later commit.
uses: ansible/ansible-lint-action@6c8c14186662e43effbe39a678950896a46799ad
with:
targets: tools/scripts/ansible/*-playbook.yml
# the hash here is a specific version of that repo.
uses: ansible/ansible-lint-action@c37fb7b4bda2c8cb18f4942716bae9f11b0dc9bc
- name: Lint Markdown
# Warn, don't fail yet
run: npx markdownlint-cli *.md {specs,docs}/*.md $(find .github -name '*.md') || (echo Warning, please fix these ; true)
Expand Down

0 comments on commit 6fc6b8d

Please sign in to comment.