File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Lint
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ main ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88
99jobs :
1010 run-linter :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Test
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ main ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88
99jobs :
1010 run-tests :
Original file line number Diff line number Diff line change 11# Syllabifier
22
3- [ ![ Build Status] ( https://img.shields.io/github/workflow/status/vgautam/arpabet-syllabifier/Test/master )] ( https://coveralls.io/github/vgautam/arpabet-syllabifier?branch=master ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/vgautam/arpabet-syllabifier/badge.svg?branch=master )] ( https://coveralls.io/github/vgautam/arpabet-syllabifier?branch=master )
3+ [ ![ Build Status] ( https://img.shields.io/github/workflow/status/vgautam/arpabet-syllabifier/Test/main )] ( https://coveralls.io/github/vgautam/arpabet-syllabifier?branch=main ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/vgautam/arpabet-syllabifier/badge.svg?branch=main )] ( https://coveralls.io/github/vgautam/arpabet-syllabifier?branch=main )
44
55Syllabifier is a Python module to syllabify your English pronunciations. Currently only
66ARPABET syllabification is supported.
You can’t perform that action at this time.
0 commit comments