Skip to content

bug: charge min amount should default to undefined if not set #5167

bug: charge min amount should default to undefined if not set

bug: charge min amount should default to undefined if not set #5167

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, reopened, review_requested, ready_for_review, synchronize]
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: yarn
- name: Run linters
uses: wearerequired/lint-action@v2
with:
eslint: true
eslint_extensions: js,ts,tsx
continue_on_error: false
prettier: true
prettier_extensions: ts,tsx,svg,html
- name: Run Translation Check
run: |
yarn inspectTranslations