Skip to content

Bump npm packages

Bump npm packages #40

Workflow file for this run

name: check dist
on:
pull_request:
paths-ignore:
- "**.md"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
check-dist:
name: πŸ“¦ Check dist
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Install packages
run: npm ci
- name: Check if TypeScript is compiled
run: |
npm run build
git diff --name-only --exit-code dist/