Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

chore(deps): update dependency eslint-plugin-comment-length to v1 #485

chore(deps): update dependency eslint-plugin-comment-length to v1

chore(deps): update dependency eslint-plugin-comment-length to v1 #485

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm run build
- run: ./scripts/examples/build-all
- run: npm run test:cover
- uses: codecov/codecov-action@v3