mirror of
https://github.com/PaiGramTeam/EnkaNetwork.py.git
synced 2024-11-16 11:52:18 +00:00
Add github action
This commit is contained in:
parent
e3abc104b6
commit
9f45ed27bf
17
.github/workflows/checks.yaml
vendored
Normal file
17
.github/workflows/checks.yaml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: "Check assets and verify"
|
||||
on: [push]
|
||||
jobs:
|
||||
assests:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Python 3.10
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
architecture: x64
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -r requirements.txt
|
Loading…
Reference in New Issue
Block a user