Add Documentation for FORA, NPR-2p, and FOMC Corpus and Update Related Datasets and Config Files #210
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Formatter | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
jobs: | |
format: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Black format | |
uses: psf/black@stable | |
with: | |
options: '--check --verbose' | |
src: "./" |