Files
discordeno/.github/workflows/client-pkg-test-status.yml
Jonathan Ho f6bd769235 chore: update readme (#2772)
* 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
2023-02-08 08:53:23 -06:00

12 lines
189 B
YAML

name: Client Pkg Test Status
on:
workflow_call:
jobs:
client-pkg-test-status:
name: Client Pkg Test Status
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3