diff options
author | Kate Case <kcase@redhat.com> | 2023-05-03 21:46:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 21:46:19 -0400 |
commit | 65eaf174d90485c566d71ec9b49365cb5bc494ba (patch) | |
tree | 067211467cf9fcb8ccd90541af005214c9f1f398 /.github/workflows/tests.yml | |
parent | 65026b8bc3040315e87464eeecf81c1989c9cee5 (diff) | |
download | vyos.vyos-65eaf174d90485c566d71ec9b49365cb5bc494ba.tar.gz vyos.vyos-65eaf174d90485c566d71ec9b49365cb5bc494ba.zip |
Add ansible-lint (#322)
* Add ansible-lint
* Fix some tasks
* Ignore ignore_errors
* Stop prettier and yamllint from fighting
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0a25f48..7fcdf27 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,6 +11,8 @@ on: # yamllint disable-line rule:truthy workflow_dispatch: jobs: + ansible-lint: + uses: ansible-network/github_actions/.github/workflows/ansible-lint.yml@main changelog: uses: ansible-network/github_actions/.github/workflows/changelog.yml@main sanity: |