Fix order check.

This commit is contained in:
J08nY
2025-12-03 17:47:46 +01:00
parent 222145c6ff
commit ae86eed450

View File

@@ -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