mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Try using compileall instead of py_compile
This commit is contained in:
parent
08582bfc82
commit
88db931584
1 changed files with 2 additions and 8 deletions
10
.github/workflows/check.yml
vendored
10
.github/workflows/check.yml
vendored
|
@ -14,11 +14,5 @@ jobs:
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
- name: Check commands
|
- name: Check everything
|
||||||
run: python -m py_compile royalpack/commands/__init__.py
|
run: python -m compileall royalpack
|
||||||
- name: Check events
|
|
||||||
run: python -m py_compile royalpack/events/__init__.py
|
|
||||||
- name: Check stars
|
|
||||||
run: python -m py_compile royalpack/stars/__init__.py
|
|
||||||
- name: Check tables
|
|
||||||
run: python -m py_compile royalpack/tables/__init__.py
|
|
||||||
|
|
Loading…
Reference in a new issue