Skip to content

Commit

Permalink
fix sort
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 7, 2022
1 parent a45026f commit a2bcb1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-test.yml
Expand Up @@ -40,13 +40,10 @@ jobs:
# Use `repo-list.sh` in `integration-tests` to generate.
repo:
- AdaDoom3/AdaDoom3
- Azure/azure-rest-api-specs
- MartinThoma/LaTeX-examples
- SoftwareBrothers/admin-bro
- TheAlgorithms/Python
- alexiosc/megistos
- apollographql/apollo-server
- aws-amplify/docs
- Azure/azure-rest-api-specs
- bitjson/typescript-starter
- canada-ca/open-source-logiciel-libre
- django/django
Expand All @@ -57,6 +54,7 @@ jobs:
- graphql/graphql-relay-js
- graphql/graphql-spec
- liriliri/licia
- MartinThoma/LaTeX-examples
- mdx-js/mdx
- microsoft/TypeScript-Website
- pagekit/pagekit
Expand All @@ -65,6 +63,8 @@ jobs:
- prettier/prettier
- pycontribs/jira
- shoelace-style/shoelace
- SoftwareBrothers/admin-bro
- TheAlgorithms/Python
- twbs/bootstrap
- typescript-cheatsheets/react
- typescript-eslint/typescript-eslint
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/repo-list.sh
@@ -1,2 +1,2 @@
# output the list of repositories sorted
cat config/config.json | jq -r ".repositories | sort_by(.path) | .[].path | select(startswith(\"streetside\") | not) | \" - \" + ."
cat config/config.json | jq -r ".repositories | sort_by(.path | ascii_downcase) | .[].path | select(startswith(\"streetside\") | not) | \" - \" + ."

0 comments on commit a2bcb1b

Please sign in to comment.