File tree Expand file tree Collapse file tree 3 files changed +447
-622
lines changed
basics/account-data/anchor Expand file tree Collapse file tree 3 files changed +447
-622
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: Anchor
2
2
3
3
on :
4
4
schedule :
5
- - cron : ' 0 0 * * *'
5
+ - cron : " 0 0 * * *"
6
6
push :
7
7
branches :
8
8
- main
9
9
pull_request :
10
- types : [ opened, synchronize, reopened ]
10
+ types : [opened, synchronize, reopened]
11
11
branches :
12
12
- main
13
13
18
18
matrix :
19
19
node-version : [20.x]
20
20
solana-version : [stable, 1.17.25]
21
- anchor-version : [0.29 .0]
21
+ anchor-version : [0.30 .0]
22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
- name : Use Node.js ${{ matrix.node-version }}
86
86
matrix :
87
87
node-version : [20.x]
88
88
solana-version : [1.18.4, stable]
89
- anchor-version : [0.29 .0]
89
+ anchor-version : [0.30 .0]
90
90
steps :
91
91
- uses : actions/checkout@v4
92
92
- name : Setup Anchor
You can’t perform that action at this time.
0 commit comments