Skip to content

build(deps-dev): bump postcss from 8.4.21 to 8.4.31 in /packages/dicom/typescript #742

build(deps-dev): bump postcss from 8.4.21 to 8.4.31 in /packages/dicom/typescript

build(deps-dev): bump postcss from 8.4.21 to 8.4.31 in /packages/dicom/typescript #742

Workflow file for this run

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