mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update weekly_crlftolf.yaml
This commit is contained in:
15
.github/workflows/weekly_crlftolf.yaml
vendored
15
.github/workflows/weekly_crlftolf.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user