aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/validate.yml
blob: 51363dc280e1b80aad1d221bc3f144965f83fcbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: Order check

on:
  push:
    branches: [ data ]
  pull_request:
    branches: [ data ]

jobs:
  check:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v6
    - name: Get ecgen
      run: |
        wget "https://github.com/J08nY/ecgen/releases/latest/download/ecgen-static"
        chmod +x ./ecgen-static
    - name: Check the curves
      run: ./.github/workflows/validate.sh