Skip to content

Bump minimatch from 6.2.0 to 9.0.3 #14

Bump minimatch from 6.2.0 to 9.0.3

Bump minimatch from 6.2.0 to 9.0.3 #14

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