Skip to content

Added Wang & Stokoe (2022). #100

Added Wang & Stokoe (2022).

Added Wang & Stokoe (2022). #100

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: psf/black@stable
with:
jupyter: true