diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index fc088f6..606202f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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) diff --git a/index.json b/index.json index 06c80bc..651e49e 100644 --- a/index.json +++ b/index.json @@ -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": [