We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28489a commit 594a3b4Copy full SHA for 594a3b4
1 file changed
.github/workflows/ch7.yml
@@ -0,0 +1,25 @@
1
+name: CI: Chapter 7 (TD Control)
2
+
3
+on:
4
+ push:
5
+ branches: [ "main" ]
6
+ paths:
7
+ - "ch7_td_control/**"
8
+ - "tests/**"
9
+ - ".github/workflows/ch7.yml"
10
+ - ".github/workflows/_chapter-tests.yml"
11
+ - "requirements.txt"
12
+ pull_request:
13
14
15
16
17
18
19
20
21
+jobs:
22
+ ch7:
23
+ uses: ./.github/workflows/_chapter-tests.yml
24
+ with:
25
+ chapter: ch7_td_control
0 commit comments