Skip to content

fix(boavizta): fix the output data of the plugin #144

fix(boavizta): fix the output data of the plugin

fix(boavizta): fix the output data of the plugin #144

Workflow file for this run

name: Node.js CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run lint
run: npm run lint
- name: Run tests
run: npm run test --silent