This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Novo sistema de reparo de IPCs e conserto de sistema de rastros e encriptação do IPC #14
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: CRLF Check | |
on: | |
pull_request: | |
types: [ opened, reopened, synchronize, ready_for_review ] | |
jobs: | |
build: | |
name: CRLF Check | |
if: github.event.pull_request.draft == false | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Check for CRLF | |
run: Tools/check_crlf.py |