Skip to content

Hack sine

Hack sine #8

Workflow file for this run

---
name: Bazel files linter
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
formatting-check:
name: Run buildifier check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run buildifier
uses: jbajic/buildifier@v1