Skip to content

build(deps-dev): bump vite from 4.1.4 to 4.1.5 in /packages/dicom/typescript #572

build(deps-dev): bump vite from 4.1.4 to 4.1.5 in /packages/dicom/typescript

build(deps-dev): bump vite from 4.1.4 to 4.1.5 in /packages/dicom/typescript #572

Workflow file for this run

name: PR Checks
on: pull_request
jobs:
pr-checks:
runs-on: ubuntu-20.04
name: Check and lint PR
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- name: Lint commits
run: npx commitlint --from=${{ github.event.pull_request.base.sha }}