Skip to content

Configure Renovate

Configure Renovate #19

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-create-send-webhook-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/lint-ansible.yaml@main # ansible-lint-24.2.1

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

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/lint.yaml" -> "stuttgart-things/stuttgart-things/.github/workflows/lint-ansible.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
runs-on: ghr-create-send-webhook-skyami-cicd
environment-name: k8s
continue-error: true
ansible-image: eu.gcr.io/stuttgart-things/sthings-ansible:9.3.0-1
playbook: tests/test.yml
needs: yaml-lint