This commit is contained in:
parent
ead0d55ac6
commit
b74e79bef1
1 changed files with 2 additions and 2 deletions
|
@ -6,5 +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 py_compile sweebot.py
|
||||||
- run: python -m py_compile cc/*
|
- run: jshint script.js
|
Loading…
Reference in a new issue