mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02:00
Create sort_json.yaml
This commit is contained in:
19
.github/workflows/sort_json.yaml
vendored
Normal file
19
.github/workflows/sort_json.yaml
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# yamllint disable rule:line-length
|
||||||
|
---
|
||||||
|
name: Sort Json
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 * * 0"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
sort_json:
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Run script file
|
||||||
|
run: |
|
||||||
|
chmod +x .templates/sortjson.sh
|
||||||
|
.templates/sortjson.sh
|
||||||
|
shell: bash
|
||||||
Reference in New Issue
Block a user