Skip to content

Update scalafmt config. Separate compile and runtime ivy deps #64

Update scalafmt config. Separate compile and runtime ivy deps

Update scalafmt config. Separate compile and runtime ivy deps #64

name: Regenerate Readme (on new tags)
on:
push:
branches: [ main ]
tags: ["*"]
concurrency:
group: readme-gen
cancel-in-progress: true
jobs:
regenerate-readme:
runs-on: ubuntu-latest
steps:
- name: Sleep for 20 minutes while repository metadata is updated
run: sleep 20m
shell: bash
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Generate Readme from template
run: |
chmod +x ./scripts/updateReadme.sh
./scripts/updateReadme.sh
- name: Add and Commit file
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: 'Update library versions on Readme'
push: origin HEAD:main