File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 1- name : python version compatibility check (main)
1+ name : python versions compatibility check (main)
22
33on :
44 push :
Original file line number Diff line number Diff line change 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+
38The detailed analysis tool for git repositories.
49
510## Installation
You can’t perform that action at this time.
0 commit comments