Skip to content

Added an exaple of making multiple questions per page with use the section as the aggregator #251

Added an exaple of making multiple questions per page with use the section as the aggregator

Added an exaple of making multiple questions per page with use the section as the aggregator #251

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: |
pip install reorder-python-imports
pip install pyupgrade
pip install black
- uses: pre-commit/action@v2.0.3