Skip to content

Forward to new marketing website #51

Forward to new marketing website

Forward to new marketing website #51

Workflow file for this run

name: Formatting checks
on:
pull_request:
types: [opened, reopened, synchronize]
merge_group:
types: [checks_requested]
jobs:
formatting-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.9.1
- name: Run formatting checks
run: |
bazel test //:format.check