Update weekly_crlftolf.yaml

This commit is contained in:
Alexandre
2024-03-16 07:59:49 +01:00
committed by GitHub
parent 7708d4e39c
commit 5aa33778f1

View File

@@ -7,6 +7,21 @@ on:
workflow_dispatch:
jobs:
crlf-to-lf:
runs-on: ubuntu-latest
steps:
- name: Checkout repository contents
uses: actions/checkout@v1
- name: Use action to check for CRLF endings
uses: erclu/check-crlf@v1
- name: Commit if needed
uses: EndBug/add-and-commit@v9
with:
message: "Github bot : CRLF corrected"
default_author: github_actions
fix-crlf:
name: Fix CRLF Endings
runs-on: ubuntu-latest # Use a Linux runner