Add test generators for pangram pascals-triangle phone-number pig-latin poker protein-translation proverb
#22
Workflow file for this run
This file contains hidden or 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: Exercise order | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| permissions: | |
| contents: read | |
| jobs: | |
| call-gha-workflow: | |
| name: Check | |
| uses: exercism/github-actions/.github/workflows/sorted.yml@main | |
| with: | |
| ordering: ".difficulty, .lowercase_name" |