aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJ08nY2025-12-03 17:47:46 +0100
committerJ08nY2025-12-03 17:47:46 +0100
commitae86eed4506131d986c4ac1baee780f7fc00db45 (patch)
tree93ce172ad09231f2bce38ce528383256ae86b5d2 /.github/workflows
parent222145c6ffd2bb0df3e78ce30ec0d675b15e620c (diff)
downloadstd-curves-ae86eed4506131d986c4ac1baee780f7fc00db45.tar.gz
std-curves-ae86eed4506131d986c4ac1baee780f7fc00db45.tar.zst
std-curves-ae86eed4506131d986c4ac1baee780f7fc00db45.zip
Fix order check.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/validate.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index e8a7922..1aa7ee7 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -1,4 +1,4 @@
-name: OID check
+name: Order check
on:
push:
@@ -16,5 +16,5 @@ jobs:
wget "https://github.com/J08nY/ecgen/releases/latest/download/ecgen-static"
chmod +x ./ecgen-static
- name: Check the curves
- run: ./validate.sh
+ run: ./.github/workflows/validate.sh