Skip to content

Bump uuid from 9.0.0 to 9.0.1 #6

Bump uuid from 9.0.0 to 9.0.1

Bump uuid from 9.0.0 to 9.0.1 #6

Workflow file for this run

name: Prevent new violations
on:
pull_request:
jobs:
cherry_diff:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Raise if new JS code added
run: ./bin/cherry.js diff --metric='[TS Migration] JS loc' --api-key=${{ secrets.CHERRY_API_KEY }} --error-if-increase