Skip to content

Bump golang.org/x/net from 0.23.0 to 0.38.0 #118

Bump golang.org/x/net from 0.23.0 to 0.38.0

Bump golang.org/x/net from 0.23.0 to 0.38.0 #118

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