Skip to content

[pre-commit.ci] pre-commit autoupdate #141

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #141

Workflow file for this run

name: "run"
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install -r requirements.txt
python -m pip install disnake-docs disnake-debug
python -m pip install pytest
- name: Run main file
run: python main.py
- name: Run tests
run: pytest tests/