Skip to content

had duplicate code, additionally specified that the app should be sel… #8

had duplicate code, additionally specified that the app should be sel…

had duplicate code, additionally specified that the app should be sel… #8

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}}"