Skip to content

Commit

Permalink
workflow failed
Browse files Browse the repository at this point in the history
  • Loading branch information
spirillen committed Oct 15, 2023
1 parent 312e0b9 commit 6fa6bbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
- name: 'Sort our lists for doublets and order by alphabet'
run: |
find "${{ github.workspace }}/source/" -type f -name '*.list' -exec \
bash -c "sort -i -u -f '{}' -o '{}' " \;
find "${{ github.workspace }}/source/" -mindepth 1 -maxdepth 2\
-type f -name '*.list' -exec bash -c "sort -i -u -f '{}' \
-o '{}' " \;
# find "${{ github.workspace }}/source/" -type f -name '*.list' -exec \
# awk -F "." '{for(i=NF; i > 1; i--) printf "%s.", $i; print $1}' "{}" | \
# sort -u | awk -F "." '{for(i=NF; i > 1; i--) printf "%s.", $i; print $1}'
Expand Down

0 comments on commit 6fa6bbd

Please sign in to comment.