* Fix that `addAction` wouldn't have any effect without a stop and start - noticed during live mode * Remove `addActions` as it has a bug-causing replacement of `this.actions` - refactor to reuse `addAction` and add a `push` fast-track to this function for the common case of adding actions in the correct order * Apply formatting changes Co-authored-by: eoghanmurray <eoghanmurray@users.noreply.github.com>