Skip to content

changed runner and module name of ansible lint #51

changed runner and module name of ansible lint

changed runner and module name of ansible lint #51

Workflow file for this run

---
name: Ansible lint
on:
push:
branches:
- 'main'
- 'feature/**'
- 'fix/**'
pull_request:
branches:
- 'main'
- 'feature/**'
- 'fix/**'
workflow_dispatch:
jobs:
yaml-lint:
name: Lint yaml files
uses: stuttgart-things/stuttgart-things/.github/workflows/lint-yaml.yaml@yaml-lint-1
with:
runs-on: ghr-install-configure-docker-skyami-cicd
environment-name: k8s
continue-error: true
yamllint-version: 1
lintprofile-path: .yamllint
artifact-name: yaml-lint
ansible-lint:
name: Lint ansible code
uses: stuttgart-things/stuttgart-things/.github/workflows/ansible-lint.yaml@main # ansible-lint-24.2.1

Check failure on line 30 in .github/workflows/ansible-lint.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ansible-lint.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ansible-lint.yaml" -> "stuttgart-things/stuttgart-things/.github/workflows/ansible-lint.yaml@main" : failed to fetch workflow: workflow was not found.
with:
runs-on: ghr-install-configure-docker-skyami-cicd
environment-name: k8s
continue-error: true
ansible-image: eu.gcr.io/stuttgart-things/sthings-ansible:9.3.0-1
playbook: tests/kind.yaml
needs: yaml-lint