Skip to content

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

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

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

Workflow file for this run

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