Skip to content

Feature/merchant integration & test discount fee #272

Feature/merchant integration & test discount fee

Feature/merchant integration & test discount fee #272

Workflow file for this run

name: Pre-commit Checks
on:
pull_request:
branches: [ main, develop ]
push:
branches: [ main, develop ]
jobs:
pre-commit:
name: Pre-commit Hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files