Feature/azure ci pipeline #1098
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
on: pull_request | |
name: Line ending check | |
jobs: | |
check: | |
name: Line ending check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Install dos2unix | |
run: sudo apt-get install dos2unix | |
- name: Checking scripts line endings | |
run: ${GITHUB_WORKSPACE}/.github/workflows/scripts/line-ending-check.sh scripts |