File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- name : DCR Fronts Ophan Components
1
+ name : Scheduled daily jobs
2
2
on :
3
3
schedule :
4
4
# Every work day of the week at 08:08
8
8
workflow_dispatch :
9
9
10
10
jobs :
11
- ophan-components :
11
+ scheduled :
12
12
runs-on : ubuntu-20.04
13
13
steps :
14
14
- name : Checkout
17
17
- name : Setup deno
18
18
uses : denolib/setup-deno@v2
19
19
with :
20
- deno-version : v1.21 .0
20
+ deno-version : v1.25 .0
21
21
22
- - name : Compare Ophan components
23
- run : scripts/ci-ophan .sh
22
+ - name : Run Deno scripts
23
+ run : scripts/ci-deno .sh
24
24
env :
25
25
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -5,3 +5,9 @@ deno run \
5
5
--allow-net=www.theguardian.com,api.github.com \
6
6
--allow-env=" GITHUB_TOKEN" \
7
7
scripts/deno/ophan-components.ts
8
+
9
+ deno run \
10
+ --no-check=remote \
11
+ --allow-net=www.theguardian.com,api.github.com \
12
+ --allow-env=" GITHUB_TOKEN" \
13
+ scripts/deno//thrasher-tracker.ts
You can’t perform that action at this time.
0 commit comments