Skip to content

ci(dependabot-pip): bump charset-normalizer from 3.3.2 to 3.4.0 (RDT-1016) #120

ci(dependabot-pip): bump charset-normalizer from 3.3.2 to 3.4.0 (RDT-1016)

ci(dependabot-pip): bump charset-normalizer from 3.3.2 to 3.4.0 (RDT-1016) #120

Workflow file for this run

---
name: 📐 Pre-commit
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
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.11' # minimum development version for the project
- name: Run pre-commit
uses: pre-commit/[email protected]
env:
SKIP: pip-compile