Skip to content

Bump django from 3.2.25 to 4.2.16 in /app #461

Bump django from 3.2.25 to 4.2.16 in /app

Bump django from 3.2.25 to 4.2.16 in /app #461

Workflow file for this run

name: Pylint (NOT FAILING YET)
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
- name: Run pylint
continue-on-error: true
working-directory: ./app
run: |
pip install --requirement requirements.txt
scripts/pylint.sh