Skip to content

Version 1.4.0 rc updates to bazel and protobuf comments #264

Version 1.4.0 rc updates to bazel and protobuf comments

Version 1.4.0 rc updates to bazel and protobuf comments #264

Workflow file for this run

name: Build spec
on:
push:
branches:
- main
- '*-dev'
pull_request:
branches:
- main
- '*-dev'
jobs:
madoko-lint:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Run linter
run: |
./tools/madokolint.py docs/v1/P4Runtime-Spec.mdk
build-spec:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Build spec
run: |
docker run -v `pwd`/docs/v1:/usr/src/p4-spec p4lang/p4rt-madoko:latest make
ls docs/v1/build