Skip to content

feat: make a check on status change when you change the max amount of transactions #1514

feat: make a check on status change when you change the max amount of transactions

feat: make a check on status change when you change the max amount of transactions #1514

Workflow file for this run

# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: 'Test: Formatting (with Prettier)'
on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/test_formatting.yml'
- '**.md'
- '**.json'
- '**.yml'
- '**.scss'
env:
HUSKY: 0
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js version
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: Lint
run: 'npm run test:prettier'