Skip to content

Add workflow to check practice exercises are sorted; sort by difficulty then lowercase name #2

Add workflow to check practice exercises are sorted; sort by difficulty then lowercase name

Add workflow to check practice exercises are sorted; sort by difficulty then lowercase name #2

Workflow file for this run

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"