Skip to content

chore: enhance KubeApi watch method to prevent duplicate events #68

chore: enhance KubeApi watch method to prevent duplicate events

chore: enhance KubeApi watch method to prevent duplicate events #68

Workflow file for this run

name: "CI Check"
on:
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn
- run: yarn lint
- run: yarn test
- run: yarn build