Skip to content
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

Bump org.json:json from 20220320 to 20231013

Bump org.json:json from 20220320 to 20231013 #62

Workflow file for this run

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