We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10a31a commit c68f1c0Copy full SHA for c68f1c0
1 file changed
.github/workflows/test-continue-agent.yml
@@ -18,6 +18,9 @@ jobs:
18
runs-on: ubuntu-latest
19
timeout-minutes: 10
20
steps:
21
+ - name: Checkout Repository
22
+ uses: actions/checkout@v4
23
+
24
- name: General Review with App
25
uses: ./actions/general-review
26
with:
@@ -32,6 +35,9 @@ jobs:
32
35
33
36
34
37
38
39
40
41
- name: General Review without App
42
43
@@ -47,6 +53,9 @@ jobs:
47
53
48
54
if: contains(github.event.comment.body, '@test-detailed')
49
55
56
57
58
50
59
- name: Detailed Review with App
51
60
uses: ./actions/detailed-review
52
61
0 commit comments