Skip to content

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in /app #202

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in /app

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in /app #202

Workflow file for this run

name: Render README
on:
workflow_dispatch:
pull_request:
jobs:
yaml:
name: Render README
runs-on: ubuntu-24.04
defaults:
run:
working-directory: app
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: 1.22
# Caching go modules to speed up the run
- uses: actions/[email protected]
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Build
run: make build
- name: GermanTechPodcasts Convert JSON to README
run: ./GermanTechPodcasts convertJsonToReadme --json-directory ../generated --readme-template ../assets/README.template --readme-output ../README.md