Skip to content

Instantly share code, notes, and snippets.

View EmpireConsultants's full-sized avatar

Empire Consultants EmpireConsultants

View GitHub Profile
@alukach
alukach / app.yaml
Last active July 24, 2024 13:54
An example Github Actions for Python + Pipenv + Postgres + Pyright
# .github/workflows/app.yaml
name: My Python Project
on: push
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
services: