Skip to content

Commit

Permalink
Sort listing
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed Dec 10, 2023
1 parent 1cce785 commit 2df7922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
submodules: recursive
- name: 'List all -info.java files'
run: find | grep \\-info.java
run: find | grep \\-info.java | sort
- name: 'Set up Java'
uses: oracle-actions/setup-java@v1
with:
Expand Down

0 comments on commit 2df7922

Please sign in to comment.