File tree Expand file tree Collapse file tree 12 files changed +3
-27
lines changed Expand file tree Collapse file tree 12 files changed +3
-27
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : Checkout
18
18
uses : actions/checkout@v4
19
+ # fetch all history for all branches and tags
19
20
with :
20
21
fetch-depth : 0
22
+
21
23
- name : Generate a changelog
22
24
uses : orhun/git-cliff-action@main
23
25
id : git-cliff
Original file line number Diff line number Diff line change 5
5
paths :
6
6
- ' **/*.py' # Watch for changes in any Python files
7
7
- ' pyproject.yml' # Watch for changes in the pyproject.yml file
8
- - ' workflows/codecov.yml'
9
8
workflow_dispatch :
10
9
11
10
jobs :
15
14
steps :
16
15
- name : Checkout
17
16
uses : actions/checkout@v4
18
- with :
19
- fetch-depth : 0
20
17
21
18
- name : Set up Python 3.12
22
19
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- name : Checkout
19
19
uses : actions/checkout@v4
20
- with :
21
- fetch-depth : 0
22
20
23
21
- name : Set up Python ${{ matrix.python-version }}
24
22
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- name : Checkout
12
12
uses : actions/checkout@v4
13
- with :
14
- fetch-depth : ' 0'
15
13
16
14
- name : Git AV Scan
17
15
uses : djdefi/gitavscan@main
Original file line number Diff line number Diff line change 5
5
paths :
6
6
- ' **/*.py' # Watch for changes in any Python files
7
7
- ' pyproject.yml' # Watch for changes in the pyproject.yml file
8
- - ' workflows/mypy.yml'
9
8
workflow_dispatch :
10
9
11
10
jobs :
16
15
steps :
17
16
- name : Checkout
18
17
uses : actions/checkout@v4
19
- with :
20
- fetch-depth : 0
21
18
22
19
- name : Install dependencies
23
20
run : |
Original file line number Diff line number Diff line change 5
5
paths :
6
6
- ' **/*.py' # Watch for changes in any Python files
7
7
- ' pyproject.yml' # Watch for changes in the pyproject.yml file
8
- - ' workflows/pylint.yml'
9
8
workflow_dispatch :
10
9
11
10
jobs :
18
17
steps :
19
18
- name : Checkout
20
19
uses : actions/checkout@v4
21
- with :
22
- fetch-depth : 0
23
20
24
21
- name : Set up Python ${{ matrix.python-version }}
25
22
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- name : Checkout
27
27
uses : actions/checkout@v4
28
- with :
29
- fetch-depth : 0
30
28
31
29
- name : Set up Python 3.12
32
30
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 5
5
paths :
6
6
- ' **/*.py' # Watch for changes in any Python files
7
7
- ' pyproject.yml' # Watch for changes in the pyproject.yml file
8
- - ' workflows/ruff.yml'
9
8
workflow_dispatch :
10
9
11
10
# concurrency:
22
21
steps :
23
22
- name : Checkout
24
23
uses : actions/checkout@v4
25
- with :
26
- fetch-depth : 0
27
24
28
25
# Ruff does not need a specific python version installed
29
26
- name : Install dependencies
Original file line number Diff line number Diff line change 5
5
paths :
6
6
- ' **/*.py' # Watch for changes in any Python files
7
7
- ' pyproject.yml' # Watch for changes in the pyproject.yml file
8
- - ' workflows/unit-tests.yml'
9
8
workflow_dispatch :
10
9
11
10
jobs :
22
21
steps :
23
22
- name : Checkout
24
23
uses : actions/checkout@v4
25
- with :
26
- fetch-depth : 0
27
24
28
25
- name : Set up Python ${{ matrix.python-version }}
29
26
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 7
7
paths :
8
8
- ' **/*.py' # Watch for changes in any Python files
9
9
- ' pyproject.yml' # Watch for changes in the pyproject.yml file
10
- - ' workflows/unittests.yml'
11
10
workflow_dispatch :
12
11
13
12
jobs :
24
23
steps :
25
24
- name : Checkout
26
25
uses : actions/checkout@v4
27
- with :
28
- fetch-depth : 0
29
26
30
27
- name : Set up Python ${{ matrix.python-version }}
31
28
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments