Skip to content

$(PYTHON3) Make variable substitution is not supported in run_shell and is not needed anyway. #818

$(PYTHON3) Make variable substitution is not supported in run_shell and is not needed anyway.

$(PYTHON3) Make variable substitution is not supported in run_shell and is not needed anyway. #818

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
buildifier:
runs-on: ubuntu-20.04
env:
BUILDIFIER_VERSION: v6.3.3
steps:
- uses: actions/checkout@v2
- run: sudo wget https://github.com/bazelbuild/buildtools/releases/download/${{env.BUILDIFIER_VERSION}}/buildifier-linux-amd64 -O /usr/local/bin/buildifier
- run: sudo chmod +x /usr/local/bin/buildifier
- run: buildifier -lint warn -r .