Skip to content

ci: Cleanups

ci: Cleanups #8

Workflow file for this run

name: Verify
permissions:
contents: read
on:
pull_request:
jobs:
verify:
runs-on: envoy-x64-small
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: |
sudo apt-get update
sudo apt-get install -y -qq --no-install-recommends expect
bazel run --sandbox_writable_path="${HOME}/.docker/" --sandbox_writable_path=$HOME :verify_examples
cat bazel-bin/brotli_result.txt