Skip to content

Bump prettier from 2.8.8 to 3.0.3 #83

Bump prettier from 2.8.8 to 3.0.3

Bump prettier from 2.8.8 to 3.0.3 #83

Workflow file for this run

name: PR
on:
pull_request:
branches:
- main
jobs:
checkDist:
name: CheckDist
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check if generated code is correct
uses: actions/setup-node@v3.6.0
with:
node-version: "16"
- run: mv dist/index.js dist/index.js.new
- run: npm ci
- run: npm run build
- run: diff dist/index.js dist/index.js.new