Skip to content

Feature/azure ci pipeline #1098

Feature/azure ci pipeline

Feature/azure ci pipeline #1098

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