mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-22 00:31:51 +02:00
Update weekly-superlinter.yml
This commit is contained in:
25
.github/workflows/weekly-superlinter.yml
vendored
25
.github/workflows/weekly-superlinter.yml
vendored
@@ -13,6 +13,30 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
# yamllint disable rule:line-length
|
||||||
|
---
|
||||||
|
name: Generate weekly stats
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 12 * * 5"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
make_executable:
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
steps:
|
||||||
|
- name: Checkout Repo
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Make scripts executable
|
||||||
|
run: |
|
||||||
|
echo "Starting"
|
||||||
|
find . -type f -iname "*.sh" -exec chmod +x {} \;
|
||||||
|
- name: Commit if needed
|
||||||
|
uses: EndBug/add-and-commit@v9
|
||||||
|
with:
|
||||||
|
message: "GitHub bot : scripts executable"
|
||||||
|
default_author: github_actions
|
||||||
|
|
||||||
run-lint:
|
run-lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -37,7 +61,6 @@ jobs:
|
|||||||
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