mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Update linter-weekly.yml
This commit is contained in:
14
.github/workflows/linter-weekly.yml
vendored
14
.github/workflows/linter-weekly.yml
vendored
@@ -15,6 +15,18 @@ jobs:
|
|||||||
run-lint:
|
run-lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
##########################
|
||||||
|
# Checkout the code base #
|
||||||
|
##########################
|
||||||
|
- name: Checkout the code base
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
# Full git history is needed to get a proper list of changed files within `super-linter`
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
####################
|
||||||
|
# Run Super Linter #
|
||||||
|
####################
|
||||||
- name: Lint Code Base
|
- name: Lint Code Base
|
||||||
uses: docker://github/super-linter:slim-v4
|
uses: docker://github/super-linter:slim-v4
|
||||||
env:
|
env:
|
||||||
@@ -30,7 +42,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository contents
|
- name: Checkout repository contents
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Use action to check for CRLF endings
|
- name: Use action to check for CRLF endings
|
||||||
uses: erclu/check-crlf@v1.2.0
|
uses: erclu/check-crlf@v1.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user