Skip to content

Refactor Bolt event handlers to not be HOC's #157

Refactor Bolt event handlers to not be HOC's

Refactor Bolt event handlers to not be HOC's #157

name: Push (other branches)
on:
push:
branches-ignore:
- main
jobs:
build:
name: Build image
uses: ./.github/workflows/build_image.yaml
tests:
name: Run tests
uses: ./.github/workflows/run_tests.yaml
needs:
- build