mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update hashes
This commit is contained in:
parent
29f531e515
commit
a131a209c7
2 changed files with 4 additions and 3 deletions
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: Apply PEP8, Metadata, and Run Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request_target:
|
||||
|
||||
jobs:
|
||||
|
|
@ -27,7 +28,7 @@ jobs:
|
|||
pip install -r test/pip_reqs.txt
|
||||
- name: Apply PEP8
|
||||
run: |
|
||||
autopep8 --in-place --recursive .
|
||||
autopep8 --in-place --recursive --max-line-length=100 .
|
||||
- name: Apply Version Metadata
|
||||
run: |
|
||||
python test/auto_apply_version_metadata.py $(git log --pretty=format:'%h' -n 1)
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
"versions": {
|
||||
"0.1.4": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "41a8fe485",
|
||||
"commit_sha": "29f531e5",
|
||||
"released_on": "28-08-2022",
|
||||
"md5sum": "e813cffc24b175fa350b6c0b257ceeab"
|
||||
"md5sum": "5b3b8b36316ba2ab46aea38416301169"
|
||||
}
|
||||
},
|
||||
"categories": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue