Skip to content

Remove run_monthly_usage.py #156

Remove run_monthly_usage.py

Remove run_monthly_usage.py #156

---
name: Pre-commit checks
on:
push:
branches-ignore:
- main
jobs:
pre-commit-job:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1