Skip to content

Commit aad6a04

Browse files
committed
WIP: Add a basic GH workflow
1 parent dedfef0 commit aad6a04

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/update-params.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Update parameters
2+
3+
on:
4+
push: {}
5+
6+
jobs:
7+
update_parameters:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Git checkout
11+
uses: actions/checkout@v4
12+
13+
- name: Update parameters
14+
run: ./fetch-params.sh mainnet
15+

0 commit comments

Comments
 (0)