Skip to content

chore(all): update deps #157

chore(all): update deps

chore(all): update deps #157

Workflow file for this run

name: pyang (XSD pattern statement)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Set up pyang
run: pip3 install setuptools pyang
- name: Run test
run: pytests/tests/plugin_test.sh