forked from bot/app
✨ 新logo
This commit is contained in:
parent
1424bc2cf6
commit
6e63768c71
23
.github/workflows/liteyuki-test.yml
vendored
Normal file
23
.github/workflows/liteyuki-test.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
name: LiteyukiBot test
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python 3.10 Env
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.10
|
||||
- name: Install dependencies for LiteyukiBot
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
- name: Run tests
|
||||
run: |
|
||||
python main.py
|
Loading…
Reference in New Issue
Block a user