Skip to content

Move witness API path component into gateway implementation #3648

Move witness API path component into gateway implementation

Move witness API path component into gateway implementation #3648

Workflow file for this run

name: generatedfiles
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
generatedfiles_job:
runs-on: ubuntu-latest
name: Regenerate derived files
steps:
- name: Check out the repository to the runner
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Regenerate the log test data
run: ./testdata/build_log.sh
- name: Confirm there are no diffs
run: git diff --exit-code