Skip to content

Instantly share code, notes, and snippets.

View EmpireConsultants's full-sized avatar

Empire Consultants EmpireConsultants

View GitHub Profile
@EmpireConsultants
EmpireConsultants / app.yaml
Created February 9, 2022 18:09 — forked from alukach/app.yaml
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: