Skip to content

Fix the variable name that causes the GenerateNonZeroUniformRandomRange function to fail. #204

Fix the variable name that causes the GenerateNonZeroUniformRandomRange function to fail.

Fix the variable name that causes the GenerateNonZeroUniformRandomRange function to fail. #204

Workflow file for this run

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