Skip to content

[Snyk] Security upgrade rimraf from 3.0.2 to 4.0.0 #7

[Snyk] Security upgrade rimraf from 3.0.2 to 4.0.0

[Snyk] Security upgrade rimraf from 3.0.2 to 4.0.0 #7

Workflow file for this run

name: Coverage
on:
pull_request:
branches:
- '**'
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7.19.0
node-version: 18.x
- uses: actions/cache@v3
id: pnpm-cache
with:
path: ./node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: ${{ runner.os }}-node-
- run: pnpm install
if: ${{ steps.pnpm-cache.outputs.cache-hit != 'true' }}
- run: pnpm lint
- run: pnpm test:cov