Skip to content

build(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 #262

build(deps-dev): bump lint-staged from 15.2.11 to 15.3.0

build(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 #262

Workflow file for this run

name: Coverage Report
on:
pull_request:
branches:
- main
types: [closed]
jobs:
report:
runs-on: ubuntu-22.04
if: github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- run: npm ci
- name: Code Climate Coverage Action
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
coverageCommand: npm run coverage