From 7ca3601be1618debc0606b09b3bc6aaa26e02395 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Mon, 30 Sep 2024 17:14:02 +0200 Subject: [PATCH] chore: fix typos --- .github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 1e4b9df7b..f1d4092cd 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,9 +1,9 @@ GitHub Actions setup ==================== -The main CI is happening in the [`ci.yml`], this is where the test are run. +The main CI is happening in the [`ci.yml`], this is where the tests are run. -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. +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. The [`proof-params-download` Action] is a helper for downloading the pre-generated Groth16 parameters.