Skip to content

Better PR title, body and branch name #66

Better PR title, body and branch name

Better PR title, body and branch name #66

Workflow file for this run

name: 'Dist up-to-date'
on:
pull_request:
push:
branches:
- main
jobs:
distUpToDateCheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: npm install
run: npm install
- name: Build
run: npm run build
- name: Verify dist is up-to-date
run: git diff --exit-code