Skip to content

feat: Introduce RepoMetadata type and apply to repo processing functions #72

feat: Introduce RepoMetadata type and apply to repo processing functions

feat: Introduce RepoMetadata type and apply to repo processing functions #72

Workflow file for this run

name: Python CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Syntax Check
run: |
python -m py_compile src/*.py