Skip to content

Update Readme.md

Update Readme.md #36

---
name: Validate-Golang
on:
workflow_dispatch:
push:
branches:
- main
- feature/*
- review/*
- fix/*
pull_request:
types: [opened, reopened]
jobs:
Validate-Golang-Code:
name: Valdiate Golang
uses: stuttgart-things/stuttgart-things/.github/workflows/validate-golang.yaml@main
with:
module-name: sthingsslides
environment-name: k8s
runs-on: arc-runner-scale-set-sthings-slides
golint-version: v1.55
golang-version: "1.21.5"
accept-linterrors: true
accept-failedtests: true
Lint-K8s-Manifests:
name: Lint K8s
uses: stuttgart-things/stuttgart-things/.github/workflows/lint-k8s-manifests.yaml@main
with:
environment-name: k8s
runs-on: arc-runner-scale-set-sthings-slides
kube-linter-version: "0.6.7"
helm-chart: true
continue-error: true
manifest-path: helm/sthings-slides
secrets: inherit
Build-Kaniko-Image:
name: Build Kaniko
needs: Validate-Golang-Code
uses: stuttgart-things/stuttgart-things/.github/workflows/build-kaniko.yaml@main

Check failure on line 42 in .github/workflows/validate-golang.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/validate-golang.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/validate-golang.yaml" -> "stuttgart-things/stuttgart-things/.github/workflows/build-kaniko.yaml@main" : failed to fetch workflow: workflow was not found.
with:
environment-name: k8s
runs-on: arc-runner-scale-set-sthings-slides
dockerfile: ./Dockerfile
registry: ghcr.io
repository: stuttgart-things
image: sthings-slides
tag: ""
secrets: inherit