Skip to content

feat: add vue-caution implicit-parent-child-communication rule #4

feat: add vue-caution implicit-parent-child-communication rule

feat: add vue-caution implicit-parent-child-communication rule #4

Workflow file for this run

name: Run Tests
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18' # or another version you prefer
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test