Skip to content

update tegonal-gh-commons to v6 and adapt random_matrix #1057

update tegonal-gh-commons to v6 and adapt random_matrix

update tegonal-gh-commons to v6 and adapt random_matrix #1057

name: Generate README examples
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: "Set up JDK 11"
uses: actions/setup-java@v5
with:
distribution: 'adopt'
java-version: 11
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v6
- name: Generate readme
run: ./gradlew :readme-examples:build
- name: Create Pull Request
uses: peter-evans/create-pull-request@v8
with:
branch: re-generate-README
title: Re-Generate README examples
commit-message: generate README examples
body: Looks like someone forgot to run gr build or did not commit the changes
delete-branch: true