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