mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Update and rename super-linter-codebase.yml to linter-weekly.yml
This commit is contained in:
@@ -22,3 +22,18 @@ jobs:
|
|||||||
DEFAULT_BRANCH: master
|
DEFAULT_BRANCH: master
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
VALIDATE_NATURAL_LANGUAGE: false
|
VALIDATE_NATURAL_LANGUAGE: false
|
||||||
|
|
||||||
|
|
||||||
|
check_crlf:
|
||||||
|
name: Check CRLF action
|
||||||
|
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.2.0
|
||||||
|
|
||||||
|
- name: check-mixed-line-endings
|
||||||
|
uses: ymwymw/check-mixed-line-endings@v2
|
||||||
Reference in New Issue
Block a user