Bump OpenTelemetry.Instrumentation.Http from 1.0.0-rc9.3 to 1.8.1 in /burstsvc/burst #29
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: Check Line Endings (find CRLF) | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
check_pull_request_job: | |
runs-on: ubuntu-latest | |
name: Check files for CRLF line endings | |
steps: | |
- name: Checkout repository contents | |
uses: actions/checkout@v1 | |
- name: Check for CRLF line endings | |
uses: erclu/check-crlf@v1 |