Update weekly_crlftolf.yaml

This commit is contained in:
Alexandre
2023-12-25 07:20:04 +01:00
committed by GitHub
parent 9d6265de58
commit 9d91562bd8

View File

@@ -2,7 +2,10 @@
---
# This workflow finds and fixes CRLF endings in a repository
name: Fix CRLF Endings
on: push # Trigger the workflow on push event
on:
push # Trigger the workflow on push event
workflow_dispatch:
jobs:
fix-crlf:
name: Fix CRLF Endings