feat(lint): added my linting configs

This commit is contained in:
2023-09-27 14:25:53 +03:00
parent 2415dff0e2
commit 1d056988f4
35 changed files with 3479 additions and 524 deletions

View File

@@ -2,7 +2,7 @@ name: Release Daily State # Workflow name displayed on GitHub
on:
workflow_dispatch: # Trigger manually
schedule:
- cron: "30 20 * * *" # UTC is 2-3 hours behind Europe/Helsinki, my timezone
- cron: '30 20 * * *' # UTC is 2-3 hours behind Europe/Helsinki, my timezone
permissions:
contents: write
jobs: