Skip to content

Polish sample in README.adoc #2

Polish sample in README.adoc

Polish sample in README.adoc #2

name: Build Pull Request
on: pull_request
permissions:
contents: read
jobs:
build:
name: Build Pull Request
runs-on: ubuntu-latest
if: ${{ github.repository == 'spring-projects/spring-boot' }}
steps:
- name: Check Out
uses: actions/checkout@v4
- name: Set Up
uses: ./.github/actions/setup
- name: Build
run: ./mvnw clean install --batch-mode --no-transfer-progress --update-snapshots