Skip to content

chore(deps-dev): bump prettier from 1.19.1 to 3.0.3 #1406

chore(deps-dev): bump prettier from 1.19.1 to 3.0.3

chore(deps-dev): bump prettier from 1.19.1 to 3.0.3 #1406

Workflow file for this run

name: CI Test
on:
pull_request_target:
types: [opened, edited, reopened]
push:
branches:
- '**'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Install Dependencies
run: npm install --force
- run: npm run lint
- run: npm run cov
env:
GITHUB_BRANCH: ${{ github.ref }}