Skip to content

chore: add magic-regexp 1/3 in vue-caution ipcc rule #10

chore: add magic-regexp 1/3 in vue-caution ipcc rule

chore: add magic-regexp 1/3 in vue-caution ipcc rule #10

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