Fix a bug causing a sentence not to end on empty line... #32
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: ASCII test | |
on: push | |
jobs: | |
ascii_only: | |
name: ASCII test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Test that sources are ASCII only | |
run: python3 tests/ascii_only.py |