Skip to content

Basic codelab for simple HTTP personalities (#259) #842

Basic codelab for simple HTTP personalities (#259)

Basic codelab for simple HTTP personalities (#259) #842

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Regenerate the log test data
run: ./testdata/build_log.sh
- name: Confirm there are no diffs
run: git diff --exit-code