Skip to content

Change prefix logic to check for following vowel #55

Change prefix logic to check for following vowel

Change prefix logic to check for following vowel #55

Workflow file for this run

name: unit tests
on:
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.8
- run: python -m unittest tests.tests