Skip to content

build(deps): bump actions/dependency-review-action from 3 to 4 #2215

build(deps): bump actions/dependency-review-action from 3 to 4

build(deps): bump actions/dependency-review-action from 3 to 4 #2215

Workflow file for this run

name: Test
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
test:
runs-on: ubuntu-22.04
timeout-minutes: 10
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: peaceiris/workflows/[email protected]
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run fmt:check
- run: npm run lint
- run: npm run tsc
- run: npm run build
- run: npm test
- name: Upload test coverage as artifact
uses: actions/upload-artifact@v3
with:
name: coverage
path: coverage
- uses: codecov/codecov-action@v3