Skip to content

Commit

Permalink
UPDATE: fix pasto in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fileformat committed Mar 12, 2024
1 parent dbad244 commit 525ffa4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ar21dimensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run: |
curl \
--location \
--verbose \
https://github.com/FileFormatInfo/fflint/releases/latest/download/fflint_Linux_arm64.tar.gz \
| tar -xz - fflint
--silent \
https://github.com/FileFormatInfo/fflint/releases/latest/download/fflint_Linux_x86_64.tar.gz \
| tar -xz fflint
- name: Check ar21 dimensions
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/icondimensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run: |
curl \
--location \
--verbose \
https://github.com/FileFormatInfo/fflint/releases/latest/download/fflint_Linux_arm64.tar.gz \
| tar -xz - fflint
--silent \
https://github.com/FileFormatInfo/fflint/releases/latest/download/fflint_Linux_x86_64.tar.gz \
| tar -xz fflint
- name: Check icon dimensions
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/imagecheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run: |
curl \
--location \
--verbose \
https://github.com/FileFormatInfo/fflint/releases/latest/download/fflint_Linux_arm64.tar.gz \
| tar -xz - fflint
--silent \
https://github.com/FileFormatInfo/fflint/releases/latest/download/fflint_Linux_x86_64.tar.gz \
| tar -xz fflint
- name: Check images
run: bin/chksvgimage.sh
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/metacheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run: |
curl \
--location \
--verbose \
https://github.com/FileFormatInfo/fflint/releases/latest/download/fflint_Linux_arm64.tar.gz \
| tar -xz - fflint
--silent \
https://github.com/FileFormatInfo/fflint/releases/latest/download/fflint_Linux_x86_64.tar.gz \
| tar -xz fflint
- name: Check metadata
run: bin/chkmeta.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/namecheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
run: pip install python-frontmatter

- name: Check names
run: bin/chksvgname.py --verbose
run: bin/chksvgname.py

0 comments on commit 525ffa4

Please sign in to comment.