1
Fork 0
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:
Steffo 2020-07-30 23:27:16 +02:00
parent 08582bfc82
commit 88db931584

View file

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