Skip to content

Enable exporting monthly invoice to Iceberg #654

Enable exporting monthly invoice to Iceberg

Enable exporting monthly invoice to Iceberg #654

Workflow file for this run

name: pre-commit
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.12'
- uses: pre-commit/action@v3.0.1