Update hashes

This commit is contained in:
Rikko 2022-08-31 19:49:46 +05:30
parent 29f531e515
commit a131a209c7
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,7 @@
name: Apply PEP8, Metadata, and Run Tests name: Apply PEP8, Metadata, and Run Tests
on: on:
push:
pull_request_target: pull_request_target:
jobs: jobs:
@ -27,7 +28,7 @@ jobs:
pip install -r test/pip_reqs.txt pip install -r test/pip_reqs.txt
- name: Apply PEP8 - name: Apply PEP8
run: | run: |
autopep8 --in-place --recursive . autopep8 --in-place --recursive --max-line-length=100 .
- name: Apply Version Metadata - name: Apply Version Metadata
run: | run: |
python test/auto_apply_version_metadata.py $(git log --pretty=format:'%h' -n 1) python test/auto_apply_version_metadata.py $(git log --pretty=format:'%h' -n 1)

View file

@ -3,9 +3,9 @@
"versions": { "versions": {
"0.1.4": { "0.1.4": {
"api_version": 7, "api_version": 7,
"commit_sha": "41a8fe485", "commit_sha": "29f531e5",
"released_on": "28-08-2022", "released_on": "28-08-2022",
"md5sum": "e813cffc24b175fa350b6c0b257ceeab" "md5sum": "5b3b8b36316ba2ab46aea38416301169"
} }
}, },
"categories": [ "categories": [