mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-17 12:59:13 +02: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:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
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:
|
fix-crlf:
|
||||||
name: Fix CRLF Endings
|
name: Fix CRLF Endings
|
||||||
runs-on: ubuntu-latest # Use a Linux runner
|
runs-on: ubuntu-latest # Use a Linux runner
|
||||||
|
|||||||
Reference in New Issue
Block a user