Skip to content

Update pre-commit hook renovatebot/pre-commit-hooks to v43.205.2 #40

Update pre-commit hook renovatebot/pre-commit-hooks to v43.205.2

Update pre-commit hook renovatebot/pre-commit-hooks to v43.205.2 #40

Workflow file for this run

name: Bazel CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: bazel-contrib/setup-bazel@c5acdfb288317d0b5c0bbd7a396a3dc868bb0f86 # 0.19.0
with:
bazelrc: common --config=ci
bazelisk-cache: true
disk-cache: true
external-cache: true
repository-cache: true
cache-save: ${{ github.event_name != 'pull_request' }}
- name: "Build & Test"
shell: bash
run: bazel test //...