mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01: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:
|
||||
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -37,7 +61,6 @@ jobs:
|
||||
VALIDATE_NATURAL_LANGUAGE: false
|
||||
ACTION_ACTIONLINT_DISABLE_ERRORS: true
|
||||
|
||||
|
||||
check_crlf:
|
||||
name: Check CRLF action
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user