Skip to content

feat: curate Cougr 1.0 surface, modularize core, and stabilize CI #14

feat: curate Cougr 1.0 surface, modularize core, and stabilize CI

feat: curate Cougr 1.0 surface, modularize core, and stabilize CI #14

name: Space Invaders CI
on:
push:
branches: [main, develop]
paths:
- 'examples/space_invaders/**'
- '!examples/space_invaders/**/*.md'
- '.github/workflows/example_reusable.yml'
- '.github/workflows/space_invaders.yml'
pull_request:
branches: [main, develop]
paths:
- 'examples/space_invaders/**'
- '!examples/space_invaders/**/*.md'
- '.github/workflows/example_reusable.yml'
- '.github/workflows/space_invaders.yml'
concurrency:
group: space-invaders-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: ./.github/workflows/example_reusable.yml
with:
job_name: Space Invaders CI
working_directory: examples/space_invaders