Skip to content

vendor/alliedtelesis update for AW+ release 5.5.6 (#1704) #408

vendor/alliedtelesis update for AW+ release 5.5.6 (#1704)

vendor/alliedtelesis update for AW+ release 5.5.6 (#1704) #408

Workflow file for this run

name: Run check scripts (SDO only)
on:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
# submodules: 'recursive'
fetch-depth: 1
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyang requests
- name: Run check scripts
run: |
./standard/ietf/check.sh
./experimental/ieee/check.sh
./standard/ieee/check.sh
./standard/iana/check.sh