Skip to content

rbe: Testing

rbe: Testing #8

name: Nighthawk CI/CD

Check failure on line 1 in .github/workflows/nighthawk-checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nighthawk-checks.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: permissions
permissions:
contents: read
on:
pull_request:
jobs:
permissions:
contents: read
packages: read
check:
runs-on: envoy-x64-medium
strategy:
fail-fast: false
matrix:
target: [build, check_format]
steps:
- uses: actions/checkout@v3
- name: Run CI script
run: |
bazel run \
--config=remote-envoy-engflow \
--@envoy//tools/cat:target=//:hello \
@envoy//tools/cat