workflows: add charybdis

This commit is contained in:
2021-02-24 12:17:22 +01:00
committed by Valentin Lorentz
parent b78eb9fd44
commit 4de76ba1b2
3 changed files with 90 additions and 7 deletions

View File

@ -24,17 +24,12 @@ jobs:
path: |
~/.cache
$GITHUB_WORKSPACE/oragono
key: ${{ runner.os }}
key: ${{ runner.os }}-oragono
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pre-commit pytest
pip install -r requirements.txt
- name: Lint
run: |
pre-commit run -a
pip install pytest -r requirements.txt
- name: Checkout Oragono
uses: actions/checkout@v2