Skip to content

Commit

Permalink
removed ansible-lint github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
felbinger committed Aug 27, 2023
1 parent e889f0b commit b000cda
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/gitops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ on:
# - cron: '53 1 */15 * *'

jobs:
lint:
runs-on: ubuntu-latest
container:
image: ghcr.io/secshellnet/ansible-creator-ee # ghcr.io/ansible/creator-ee with preinstalled collections

steps:
- uses: actions/checkout@v3

- name: Run ansible-lint
run: |
ansible-lint -x command-instead-of-shell,no-changed-when,\
name[template],jinja[invalid]
# lint:
# runs-on: ubuntu-latest
# container:
# image: ghcr.io/secshellnet/ansible-creator-ee # ghcr.io/ansible/creator-ee with preinstalled collections
#
# steps:
# - uses: actions/checkout@v3
#
# - name: Run ansible-lint
# run: |
# ansible-lint -x command-instead-of-shell,no-changed-when,\
# name[template],jinja[invalid]

run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b000cda

Please sign in to comment.