File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
jobs :
6
6
check_docs :
7
+ name : Check whether documentation is up-to-date
7
8
runs-on : ubuntu-20.04
8
9
9
10
steps :
Original file line number Diff line number Diff line change 4
4
5
5
jobs :
6
6
lint_and_test :
7
+ name : Lint, check types and run unit tests
7
8
runs-on : ubuntu-20.04
8
9
strategy :
9
10
matrix :
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
apify-pr-toolkit :
10
+ name : Run the Apify pull request toolkit
10
11
runs-on : ubuntu-20.04
11
12
steps :
12
13
- name : clone pull-request-toolkit-action
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ Changelog
17
17
18
18
- fixed return type in the ` DatasetClient.list_items() ` method docs
19
19
20
+ ### Internal changes
21
+
22
+ - added human-friendly names to the jobs in Github Action workflows
23
+
20
24
[ 0.2.0] ( ../../releases/tag/v0.2.0 ) - 2021-08-09
21
25
-----------------------------------------------
22
26
You can’t perform that action at this time.
0 commit comments