Skip to content

Set up the ability to run eval suites #87

Set up the ability to run eval suites

Set up the ability to run eval suites #87

Workflow file for this run

name: Pull Request
on: [pull_request]
jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: pre-commit/action@v2.0.3