Skip to content

chore(deps-dev): bump @commitlint/cli from 17.1.2 to 17.6.6 #18

chore(deps-dev): bump @commitlint/cli from 17.1.2 to 17.6.6

chore(deps-dev): bump @commitlint/cli from 17.1.2 to 17.6.6 #18

Workflow file for this run

name: testing
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
environment: codacy
runs-on: ubuntu-latest
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: using node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: install dependencies
run: npm install --frozen-lockfile
- name: running tests and generate coverage
run: npm run jest:coverage
- name: up coverage to codacy
run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r ./coverage/lcov.info