From df7a0302b815086fee2205c610c9b82f889998c5 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 26 May 2023 09:54:57 -0700 Subject: [PATCH] Test --- .circleci/config.yml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c9fb52b..5f89a7c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: - documentation: + build: docker: - image: cimg/python:3.11 diff --git a/README.md b/README.md index 2cc87b3..04ba67b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # devstats + +TEST + This repository holds the `devstats` package. `devstats` is a Python command line tool that uses the GitHub GraphQL API to generate developer statistics and a developer statistics report for a specified project.