This commit is contained in:
parent
fc1024958a
commit
ead0d55ac6
1 changed files with 2 additions and 1 deletions
|
@ -6,4 +6,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
- run: python -m compileall .
|
- run: python -m compileall .
|
||||||
|
- run: python -m py_compile cc/*
|
Loading…
Reference in a new issue