Skip to content

Added runtime framework. Currently, only search and eval are even… #36

Added runtime framework. Currently, only search and eval are even…

Added runtime framework. Currently, only search and eval are even… #36

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- main
- dev
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}