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.