Update weekly_crlftolf.yaml

This commit is contained in:
Alexandre
2024-07-22 08:12:23 +02:00
committed by GitHub
parent 93b958e3c0
commit fc3339670b

View File

@@ -8,6 +8,7 @@ on:
jobs:
crlf-to-lf:
if: github.repository_owner == 'alexbelgium'
runs-on: ubuntu-latest
steps:
- name: Checkout repository contents
@@ -24,6 +25,7 @@ jobs:
fix-crlf:
name: Fix CRLF Endings
if: github.repository_owner == 'alexbelgium'
runs-on: ubuntu-latest # Use a Linux runner
steps:
- name: Checkout repository contents