Skip to content

chore(config): migrate renovate config (#16) #101

chore(config): migrate renovate config (#16)

chore(config): migrate renovate config (#16) #101

Workflow file for this run

---
name: Lint
on:
pull_request:
push:
branches:
- "main"
- "renovate/**"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version: "3.13"
- name: Run pre-commit
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
with:
extra_args: --all-files