From 3cf938c38a3d4f797bda195558974c9b0ec09af1 Mon Sep 17 00:00:00 2001 From: Esteban Martinena Guerrero Date: Sun, 9 Apr 2023 17:57:24 +0200 Subject: [PATCH] minor job name fix --- .github/workflows/uniq.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uniq.yaml b/.github/workflows/uniq.yaml index 0c4966574..89f845483 100644 --- a/.github/workflows/uniq.yaml +++ b/.github/workflows/uniq.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - - name: check unique keys in dic filesç + - name: check unique keys in dic files shell: bash run: | find . -type f -name "*.dic" | xargs -I {} sh -c "echo {} && cat {} | grep -v '#' | sort | uniq -i -d -c | sort -n -r "