Skip to content

Remove waypoint config and scripts #1011

Remove waypoint config and scripts

Remove waypoint config and scripts #1011

Workflow file for this run

name: CI [wc-provider]
on:
pull_request:
paths:
- "packages/wc-provider/**"
- "packages/eslint-config/**"
- "package.json"
- "yarn.lock"
jobs:
test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/init
- name: WC Provider Tests
run: yarn test
working-directory: packages/wc-provider