Skip to content

Update version of p4runtime package to latest, 1.4.1 #83

Update version of p4runtime package to latest, 1.4.1

Update version of p4runtime package to latest, 1.4.1 #83

Workflow file for this run

name: TOC
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
toc:
runs-on: ubuntu-latest
steps:
- name: Check-out code
uses: actions/checkout@v4
- name: Update TOCs
run: make toc
- name: Check for changes
run: |
[ -z "$(git status --untracked-files=no --porcelain)" ]