Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 2.3.4.RELEASE to 3.2.1 #138

Bump org.springframework.boot:spring-boot-starter-parent from 2.3.4.RELEASE to 3.2.1

Bump org.springframework.boot:spring-boot-starter-parent from 2.3.4.RELEASE to 3.2.1 #138

Workflow file for this run

name: RST Autoformatter
on: [push, pull_request]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run RST Autoformatter
uses: CodeByAidan/rst-autoformatter-action@main
with:
files: '**/*.rst'
commit: 'true'
github-username: '📚'
commit-message: 'Apply rstfmt formatting'