aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/oids.yml
blob: e130b02491849fb13a46ead55cc8d3d327d80204 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: OID check

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

jobs:
  check:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v6
    - name: Set up Python
      uses: actions/setup-python@v6
      with:
        python-version: "3.10"
    - name: Install dependencies
      run: |
        python -m pip install --upgrade pip
        pip install requests
    - name: Check the OIDs
      run: |
        python .github/workflows/oids.py