Skip to content

Bump django from 4.2.15 to 4.2.16 (#40) #109

Bump django from 4.2.15 to 4.2.16 (#40)

Bump django from 4.2.15 to 4.2.16 (#40) #109

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
jobs:
lint:
name: Check formatting
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Run pre-commit
uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()