Skip to content

add array_choice back to api (#198) #90

add array_choice back to api (#198)

add array_choice back to api (#198) #90

Workflow file for this run

name: Lint
on: push
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Run Ruff
uses: chartboost/ruff-action@v1