Skip to content

Instantly share code, notes, and snippets.

View codeboy5's full-sized avatar
👀
Focusing

Saksham codeboy5

👀
Focusing
View GitHub Profile
@jefftriplett
jefftriplett / python-django-postgres-ci.yml
Last active March 27, 2024 04:27
This is a good starting point for getting Python, Django, Postgres running as a service, pytest, black, and pip caching rolling with GitHub Actions.
name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
services: