Skip to content

chore(deps): bump bazel-contrib/.github from 29e53247c6366e30acbedfc767f58f79fc05836c to 69b4764a5be0819063a44b5c33d8ab260eb5d7f8 #252

chore(deps): bump bazel-contrib/.github from 29e53247c6366e30acbedfc767f58f79fc05836c to 69b4764a5be0819063a44b5c33d8ab260eb5d7f8

chore(deps): bump bazel-contrib/.github from 29e53247c6366e30acbedfc767f58f79fc05836c to 69b4764a5be0819063a44b5c33d8ab260eb5d7f8 #252

Workflow file for this run

name: Buildifier
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: buildifier
run: bazel run --enable_bzlmod //.github/workflows:buildifier.check