Skip to content

Bump dotenv from 16.0.3 to 16.3.1 #1

Bump dotenv from 16.0.3 to 16.3.1

Bump dotenv from 16.0.3 to 16.3.1 #1

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