Skip to content

update images in the footnotes to just be links #23

update images in the footnotes to just be links

update images in the footnotes to just be links #23

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