Skip to content

Commit 79fcd26

Browse files
authored
merge: merge pull request #8 from n0rfas/dev
2 parents b29cc42 + 1bcdeb8 commit 79fcd26

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/code-check-dev.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010

1111
linter:
1212
runs-on: ubuntu-22.04
13-
defaults:
14-
run:
15-
working-directory: .
1613
steps:
1714
- uses: actions/checkout@v4
1815
- uses: actions/setup-python@v5
@@ -26,9 +23,6 @@ jobs:
2623
typing:
2724
needs: [ linter ]
2825
runs-on: ubuntu-22.04
29-
defaults:
30-
run:
31-
working-directory: .
3226
steps:
3327
- uses: actions/checkout@v4
3428
- uses: actions/setup-python@v5
@@ -42,9 +36,6 @@ jobs:
4236
tests:
4337
needs: [ typing, linter ]
4438
runs-on: ubuntu-22.04
45-
defaults:
46-
run:
47-
working-directory: .
4839
steps:
4940
- uses: actions/checkout@v4
5041
- uses: actions/setup-python@v5

.github/workflows/python-matrix-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: python version compatibility check (main)
1+
name: python versions compatibility check (main)
22

33
on:
44
push:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Git-Analytics
22

3+
[![PyPI](https://img.shields.io/pypi/v/git-analytics.svg)](https://pypi.org/project/git-analytics/)
4+
[![Python Versions](https://img.shields.io/pypi/pyversions/git-analytics.svg)](https://pypi.org/project/git-analytics/)
5+
[![code quality check](https://github.com/n0rfas/git-analytics/actions/workflows/code-check-dev.yml/badge.svg?branch=dev)](https://github.com/n0rfas/git-analytics/tree/dev)
6+
[![python versions check](https://github.com/n0rfas/git-analytics/actions/workflows/python-matrix-main.yml/badge.svg?branch=main)](https://github.com/n0rfas/git-analytics/tree/main)
7+
38
The detailed analysis tool for git repositories.
49

510
## Installation

0 commit comments

Comments
 (0)