We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bdba89 commit df7a030Copy full SHA for df7a030
.circleci/config.yml
@@ -2,7 +2,7 @@
2
3
version: 2.1
4
jobs:
5
- documentation:
+ build:
6
docker:
7
- image: cimg/python:3.11
8
README.md
@@ -1,5 +1,8 @@
1
# 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.
0 commit comments