mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
minor job name fix
This commit is contained in:
parent
a7abe86efe
commit
3cf938c38a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/uniq.yaml
vendored
2
.github/workflows/uniq.yaml
vendored
|
@ -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 "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue