Skip to content

start changing full page refresh to push_mods #263

start changing full page refresh to push_mods

start changing full page refresh to push_mods #263

Workflow file for this run

name: Formatting
on: [push, pull_request]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/[email protected]
- uses: psf/black@stable
with:
options: "--check --verbose"