File tree Expand file tree Collapse file tree 2 files changed +27
-10
lines changed Expand file tree Collapse file tree 2 files changed +27
-10
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,26 @@ updates:
4
4
directory : " /"
5
5
schedule :
6
6
interval : " daily"
7
+ groups :
8
+ all :
9
+ applies-to : version-updates
10
+ patterns :
11
+ - " *"
12
+ - package-ecosystem : " pip"
13
+ directory : " /"
14
+ schedule :
15
+ interval : " daily"
16
+ groups :
17
+ all :
18
+ applies-to : version-updates
19
+ patterns :
20
+ - " *"
21
+ - package-ecosystem : " github-actions"
22
+ directory : " /"
23
+ schedule :
24
+ interval : " daily"
25
+ groups :
26
+ all :
27
+ applies-to : version-updates
28
+ patterns :
29
+ - " *"
Original file line number Diff line number Diff line change @@ -3,20 +3,14 @@ name: Test yaml
3
3
on : [push, pull_request, workflow_dispatch]
4
4
5
5
jobs :
6
- build :
7
-
6
+ test-yaml :
8
7
runs-on : ubuntu-latest
9
- strategy :
10
- fail-fast : false
11
- matrix :
12
- python-version : [3.7]
13
-
14
8
steps :
15
9
- uses : actions/checkout@v2
16
- - name : Set up Python ${{ matrix.python-version }}
17
- uses : actions/setup-python@v2
10
+ - name : Set up Python
18
11
with :
19
- python-version : ${{ matrix.python-version }}
12
+ python-version : 3.7
13
+ uses : actions/setup-python@v2
20
14
- name : Install dependencies
21
15
run : |
22
16
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments