Update bazel version to 7.0.1 #192
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint | |
on: | |
pull_request: | |
branches: [main] | |
types: [opened, synchronize, edited] | |
jobs: | |
lint: | |
name: Lint changed files | |
runs-on: ubuntu-20.04 | |
defaults: | |
run: | |
shell: bash | |
steps: | |
- name: Check out revision | |
uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- name: Set up JDK 11 | |
uses: actions/setup-java@v1 | |
with: | |
java-version: '11.0.10' | |
java-package: jdk | |
architecture: x64 | |
- name: Set up linters | |
uses: world-federation-of-advertisers/actions/[email protected] | |
- name: Lint | |
uses: world-federation-of-advertisers/actions/[email protected] | |
with: | |
license-type: apache | |
copyright-holder: The Cross-Media Measurement Authors |