Bump spring-io/spring-github-workflows from 009fbf8992f0d9802778ca1b30a603cd4627e8e6 to 520141adfb960d6c155eb45335c90e7f9ee7b461 #8
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Build | |
on: pull_request | |
permissions: | |
contents: read | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout source | |
uses: actions/checkout@v4 | |
- name: Build | |
uses: ./.github/actions/setup-and-run-build |