Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

fix(deps): update golang.org/x/exp digest to ce4c2cf #1045

fix(deps): update golang.org/x/exp digest to ce4c2cf

fix(deps): update golang.org/x/exp digest to ce4c2cf #1045

---
name: checks on Pull Request and push
"on":
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install Python dependencies
run: pip install -r requirements.lock
- name: Run pre-commit
run: pre-commit run --verbose --all-files