diff options
| author | J08nY | 2025-12-03 17:47:46 +0100 |
|---|---|---|
| committer | J08nY | 2025-12-03 17:47:46 +0100 |
| commit | ae86eed4506131d986c4ac1baee780f7fc00db45 (patch) | |
| tree | 93ce172ad09231f2bce38ce528383256ae86b5d2 /.github/workflows | |
| parent | 222145c6ffd2bb0df3e78ce30ec0d675b15e620c (diff) | |
| download | std-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.yml | 4 |
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 |
