mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
Update weekly-superlinter.yml
This commit is contained in:
21
.github/workflows/weekly-superlinter.yml
vendored
21
.github/workflows/weekly-superlinter.yml
vendored
@@ -38,6 +38,25 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
message: "GitHub bot : scripts executable"
|
message: "GitHub bot : scripts executable"
|
||||||
default_author: github_actions
|
default_author: github_actions
|
||||||
|
run-lint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
##########################
|
||||||
|
# This workflow executes several linters on changed files based on languages used in your code base whenever
|
||||||
|
# you push a code or open a pull request.
|
||||||
|
#
|
||||||
|
# You can adjust the behavior by modifying this file.
|
||||||
|
# For more information, see:
|
||||||
|
# https://github.com/github/super-linter
|
||||||
|
---
|
||||||
|
name: Lint Code Base
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 * * 0"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
run-lint:
|
run-lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -61,6 +80,8 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
VALIDATE_NATURAL_LANGUAGE: false
|
VALIDATE_NATURAL_LANGUAGE: false
|
||||||
ACTION_ACTIONLINT_DISABLE_ERRORS: true
|
ACTION_ACTIONLINT_DISABLE_ERRORS: true
|
||||||
|
|
||||||
|
|
||||||
check_crlf:
|
check_crlf:
|
||||||
name: Check CRLF action
|
name: Check CRLF action
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user