Define telemetry-atomic-exempt
annotation. Add telemetry-atomic-exempt
annotation to AFT counters containers
#2983
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: Trailing whitespace | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
name: Trailing whitespace | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v2 | |
- name: Test | |
run: bash scripts/find_trailing_whitespace.sh |