Skip to content

Bumping packages to latest stable versions #2134

Bumping packages to latest stable versions

Bumping packages to latest stable versions #2134

Workflow file for this run

name: Buildifier
on:
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
autoformat:
name: Auto-format and Check
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
with:
go-version: "1.25"
- name: Check out code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
persist-credentials: false
- name: Install Dependencies
run: |
go install github.com/bazelbuild/buildtools/buildifier@3.2.0
- name: Run buildifier
run: |
./knife lint --check