Skip to content

⬆️ Bump django from 3.2.19 to 3.2.20 in /server #94

⬆️ Bump django from 3.2.19 to 3.2.20 in /server

⬆️ Bump django from 3.2.19 to 3.2.20 in /server #94

Workflow file for this run

name: Cleaning Code
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
- name: Analyzing code
run: |
source ./lint.sh || true