Skip to content

Use new PowerPerformanceArea proto in place_and_route and synthesize_… #1072

Use new PowerPerformanceArea proto in place_and_route and synthesize_…

Use new PowerPerformanceArea proto in place_and_route and synthesize_… #1072

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 -mode=check -warnings=all -r .