mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Output filename before performing analysis
This commit is contained in:
parent
46b5c2ee26
commit
cc29e6f8bc
1 changed files with 4 additions and 1 deletions
5
.github/workflows/mod-analyze.yml
vendored
5
.github/workflows/mod-analyze.yml
vendored
|
|
@ -19,4 +19,7 @@ jobs:
|
||||||
sudo apt install jq
|
sudo apt install jq
|
||||||
- name: Analysing mods
|
- name: Analysing mods
|
||||||
run: |
|
run: |
|
||||||
for jsonfile in $(git ls-files '*.json'); do jq -e < $jsonfile > /dev/null || exit 1; done
|
for jsonfile in $(git ls-files '*.json'); do
|
||||||
|
echo "Analyzing $jsonfile"
|
||||||
|
jq -e < $jsonfile > /dev/null || exit 1;
|
||||||
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue