simplify fx injection by replacing the types wrp.HandlerFunc
and websocket's event.CancelFunc
with func()
#107
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: 2023 Comcast Cable Communications Management, LLC | |
# SPDX-License-Identifier: Apache-2.0 | |
--- | |
name: 'PROJ: xmidt-team' | |
on: | |
issues: | |
types: | |
- opened | |
pull_request: | |
types: | |
- opened | |
jobs: | |
package: | |
uses: xmidt-org/.github/.github/workflows/proj-template.yml@proj-v1 | |
secrets: inherit |