Skip to content

Add basic implementation of rules_shtk for Bazel #9

Add basic implementation of rules_shtk for Bazel

Add basic implementation of rules_shtk for Bazel #9

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install pre-commit
- run: pre-commit run -a
buildifier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: ~/.cache/bazelisk
key: ${{ runner.os }}--${{ hashFiles('**/.bazelversion') }}
- run: ./.github/workflows/buildifier.sh