Skip to content

Commit b304732

Browse files
workflow verifies exercise sort
1 parent 71196b8 commit b304732

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/sorted.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Exercise order
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
8+
permissions:
9+
contents: read
10+
11+
jobs:
12+
call-gha-workflow:
13+
name: Check
14+
uses: IsaacG/github-actions/.github/workflows/sorted.yml@main
15+
with:
16+
ordering: ".difficulty, .lowercase_name"

0 commit comments

Comments
 (0)