Skip to content

Update usage function app to use Python 3.12 #159

Update usage function app to use Python 3.12

Update usage function app to use Python 3.12 #159

---
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