This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Bump org.json:json from 20220320 to 20231013 #62
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 |