Skip to content

Bump django from 5.1 to 5.1.4 #73

Bump django from 5.1 to 5.1.4

Bump django from 5.1 to 5.1.4 #73

Workflow file for this run

name: linter
on:
push:
paths-ignore:
- '**/README.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: |
curl -sSL https://install.python-poetry.org | python - --version 1.8.3
echo "PATH=${HOME}/.local/bin:${PATH}" >> $GITHUB_ENV
- uses: actions/setup-python@v5
with:
cache: 'poetry'
- run: poetry install
- name: Run Tests
run: poetry run pylint **/*.py