Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

candidate logging in the RankingPipeline + bypass_ranking + rename candidate -> entity #282

candidate logging in the RankingPipeline + bypass_ranking + rename candidate -> entity

candidate logging in the RankingPipeline + bypass_ranking + rename candidate -> entity #282

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: pre-commit/action@v3.0.0