"getting console working on osx ventura" #1097
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: Detect new lines | |
on: | |
push: | |
jobs: | |
detect_new_lines: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install dependencies | |
run: pip install -r actions/requirements.txt | |
- name: Run new line detector | |
run: | | |
python ./actions/new_line_detector.py -sd . |