Skip to content

Commit

Permalink
updated gh runner
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Jan 2, 2025
1 parent 42a73a6 commit 6289a2b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Verify
on:
workflow_dispatch:
push:
branches:
- "*"
pull_request:
types: [opened, reopened]

jobs:
yaml-lint:
name: Lint yaml files
uses: stuttgart-things/github-workflow-templates/.github/workflows/call-yaml-lint.yaml@feature/add-homerun-task-go
with:
runs-on: ghr-crossplane-skyami-cicd
environment-name: k8s
continue-error: false
yamllint-version: 1
lintprofile-path: .yamllint
artifact-name: yaml-lint
2 changes: 1 addition & 1 deletion profiles/ansiblerun-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ commitMessage: "Created {{ .technology }}-{{ .provisioning }}-{{ .targets }}"
prTitle: "Merge {{ .technology }}-{{ .provisioning }}-{{ .targets }}"
prDescription: "Merge {{ .technology }}-{{ .provisioning }}-{{ .targets }} {{ .technology }} definition into main"
prTags:
- crossplane
- crossplane
2 changes: 1 addition & 1 deletion surveys/ansiblerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
name: ip
type: string
minLength: 3
maxLength: 20
maxLength: 20

0 comments on commit 6289a2b

Please sign in to comment.