Skip to content

Commit 7ca3601

Browse files
committed
chore: fix typos
1 parent 34fdf98 commit 7ca3601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GitHub Actions setup
22
====================
33

4-
The main CI is happening in the [`ci.yml`], this is where the test are run.
4+
The main CI is happening in the [`ci.yml`], this is where the tests are run.
55

6-
There is a separate workflow called [`proof-params-generate.yml`], that pre-generates the Groth16 parameter files needed for testing. Those parameters are stored as GitHub Artifacts, which are then downloaded by any workflow that needs them. Those artifacts are available for 90 days. Hence this job runs every to months to regenerate them, but also to have enough time in case something breaks.
6+
There is a separate workflow called [`proof-params-generate.yml`], that pre-generates the Groth16 parameter files needed for testing. Those parameters are stored as GitHub Artifacts, which are then downloaded by any workflow that needs them. Those artifacts are available for 90 days. Hence this job runs every two months to regenerate them, but also to have enough time in case something breaks.
77

88
The [`proof-params-download` Action] is a helper for downloading the pre-generated Groth16 parameters.
99

0 commit comments

Comments
 (0)