File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 36
36
uses : Gr1N/setup-poetry@v7
37
37
with :
38
38
poetry-version : ${{ env.POETRY_VERSION }}
39
- - uses : actions/cache@v2
40
- with :
41
- path : ~/.cache/pypoetry/virtualenvs
42
- key : ${{ runner.os }}-${{ env.PYTHON_VERISON_DEFAULT }}-poetry${{ env.POETRY_VERSION }}-${{ hashFiles('poetry.lock') }}
43
39
- name : Install dependencies
44
40
run : poetry install --no-root
45
41
- name : Run tox
73
69
uses : Gr1N/setup-poetry@v7
74
70
with :
75
71
poetry-version : ${{ env.POETRY_VERSION }}
76
- - uses : actions/cache@v2
77
- with :
78
- path : ~/.cache/pypoetry/virtualenvs
79
- key : ${{ runner.os }}-${{ matrix.python-version }}-poetry${{ env.POETRY_VERSION }}-${{ hashFiles('poetry.lock') }}
80
72
- name : Install dependencies
81
73
run : poetry install --no-root
82
74
- name : Run tox
@@ -127,10 +119,6 @@ jobs:
127
119
uses : Gr1N/setup-poetry@v7
128
120
with :
129
121
poetry-version : ${{ env.POETRY_VERSION }}
130
- - uses : actions/cache@v2
131
- with :
132
- path : ~/.cache/pypoetry/virtualenvs
133
- key : ${{ runner.os }}}-${{ matrix.python-version }}-poetry${{ env.POETRY_VERSION }}-${{ hashFiles('poetry.lock') }}
134
122
- name : Install dependencies
135
123
run : poetry install --no-root
136
124
- name : Ensure build successful
Original file line number Diff line number Diff line change 1
1
# Contributing
2
2
3
- Feel free to open pull requests.
3
+ Pull requests are welcome.
4
+ But please read the
5
+ [ CycloneDX contributing guidelines] ( https://github.com/CycloneDX/.github/blob/master/CONTRIBUTING.md )
6
+ first.
4
7
5
8
## Setup
6
9
You can’t perform that action at this time.
0 commit comments