Skip to content

Management command to fetch daily service invoices (#278) #173

Management command to fetch daily service invoices (#278)

Management command to fetch daily service invoices (#278) #173

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Run pre-commit hooks
uses: pre-commit/[email protected]