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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue