mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update MetaData.yml
This commit is contained in:
parent
2ab9fcc887
commit
8edc8c087a
1 changed files with 4 additions and 1 deletions
5
.github/workflows/MetaData.yml
vendored
5
.github/workflows/MetaData.yml
vendored
|
|
@ -19,4 +19,7 @@ jobs:
|
|||
- name: Check MetaData
|
||||
run: |
|
||||
echo "Analyzing All Py Files"
|
||||
cat $(git ls-files '*.py') | grep "# ba_meta require api 7"
|
||||
for pyfile in $(git ls-files '*.py'); do
|
||||
cat $pyfile | grep "# ba_meta require api 7" > /dev/null || (echo "$pyfile doesn't have the MetaData present in it." && exit 1)
|
||||
done
|
||||
echo "All Py Files have MetaData present in them."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue