mirror of
https://github.com/J08nY/std-curves.git
synced 2026-01-10 05:48:08 -05:00
Fix order check.
This commit is contained in:
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user