Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

chore(deps): update dependency eslint-plugin-prettier to v5 #1758

chore(deps): update dependency eslint-plugin-prettier to v5

chore(deps): update dependency eslint-plugin-prettier to v5 #1758

Workflow file for this run

name: Continuous Integration
on:
push:
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm i --prefix docs
- name: Install prerequisites and test
run: npm run build --prefix docs
lib:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm i
- run: npm run lint
- run: npm test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}