Files
mcp-server-qdrant/.github/workflows/pre-commit.yaml
estebany-qd e4ec69b2da
Some checks failed
pre-commit / main (push) Has been cancelled
Run Tests / Python 3.10 (push) Has been cancelled
Run Tests / Python 3.11 (push) Has been cancelled
Run Tests / Python 3.12 (push) Has been cancelled
Run Tests / Python 3.13 (push) Has been cancelled
ci: Pin all gh actions to commit SHAs (#120)
2026-03-30 23:46:24 -05:00

17 lines
415 B
YAML

name: pre-commit
on:
pull_request:
push:
branches: [main, master, dev]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
with:
python-version: 3.x
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1