Skip to content

chore(deps): update dependency pyroscope-io to v0.8.8 #223

chore(deps): update dependency pyroscope-io to v0.8.8

chore(deps): update dependency pyroscope-io to v0.8.8 #223

---
name: '[lint] pre-commit'
on:
push:
jobs:
pre_commit:
name: pre-commit
runs-on: ubuntu-latest
strategy:
matrix:
id:
- markdownlint
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
name: ${{ matrix.id }}
with:
extra_args: ${{ matrix.id }}