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
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)