Add github action

This commit is contained in:
M-307 2022-07-24 14:24:56 +07:00
parent e3abc104b6
commit 9f45ed27bf

17
.github/workflows/checks.yaml vendored Normal file
View 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