Skip to content

feat: update schema to return algorithms and all scores #238

feat: update schema to return algorithms and all scores

feat: update schema to return algorithms and all scores #238

Workflow file for this run

name: Syntax checks
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
# - uses: pre-commit/action@v2.0.0