Skip to content

ci(dependabot-pip): bump zipp from 3.20.1 to 3.20.2 (RDT-901) #99

ci(dependabot-pip): bump zipp from 3.20.1 to 3.20.2 (RDT-901)

ci(dependabot-pip): bump zipp from 3.20.1 to 3.20.2 (RDT-901) #99

Workflow file for this run

---
name: Check pre-commit
on:
pull_request:
jobs:
check-pre-commit:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: pip
- name: Run pre-commit
uses: pre-commit/[email protected]
env:
SKIP: pip-compile,update-changelog