Skip to content

Add SanityCheck#EqualityRulesRecipes #28

Add SanityCheck#EqualityRulesRecipes

Add SanityCheck#EqualityRulesRecipes #28

name: Build Pull Request 🏭️

Check failure on line 1 in .github/workflows/build-pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-pull-request.yml

Invalid workflow file

(Line: 29, Col: 13): The identifier 'sanity' may not be used more than once within the same scope.
on: pull_request
permissions:
contents: read
jobs:
build:
name: Build 📦
# if: ${{ github.repository == 'spring-projects/spring-boot' }}
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
steps:
- name: Checkout Code 📥
uses: actions/checkout@v6
- name: Build 📦
id: build
uses: ./.github/actions/build
# - name: Log Potentially Canceled JVM Thread Dumps 📋
# if: cancelled()
# uses: ./.github/actions/print-jvm-thread-dumps
# - name: Upload Build Report 📊
# if: failure()
# uses: actions/upload-artifact@v6
# with:
# name: build-reports
# path: '**/build/reports/'
- name: Sanity 🕊️
id: sanity
uses: ./.github/actions/sanity
- name: Sanity build 🕊️
id: sanity
uses: ./.github/actions/build