mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 11:21:02 +01:00
20 lines
339 B
YAML
20 lines
339 B
YAML
# 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
|