had duplicate code, additionally specified that the app should be sel… #8
This file contains 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: verify_build_integrity | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
env: | |
BUILD_PROJECT: "SpaceShooter2" | |
jobs: | |
verify_build_integrity: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./.github/actions/build_project | |
with: | |
project-name: "${{env.BUILD_PROJECT}}" |