mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-29 15:00:07 +00:00
* chore: add coverage per pkg * chore: add npm version * chore: add test status * chore: fix ci * chore: fix ci * ci: fix ci needs * chore: add only push event * style: remove import logger
12 lines
186 B
YAML
12 lines
186 B
YAML
name: Utils Pkg Test Status
|
|
|
|
on:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
utils-pkg-test-status:
|
|
name: Utils Pkg Test Status
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|