Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Close inactive PRs
on:
schedule:
- cron: "30 1 * * *"
workflow_dispatch:
workflow_dispatch: { }

jobs:
close-issues:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
cancel-in-progress: true

on:
pull_request:
pull_request: { }
push:
branches: [develop]

Expand Down
7 changes: 4 additions & 3 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rules:
document-end: disable
document-start: disable
empty-lines: enable
empty-values: disable
empty-values: enable
float-values: disable
hyphens: enable
indentation: enable
Expand All @@ -38,9 +38,10 @@ rules:
line-length: disable
new-line-at-end-of-file: enable
new-lines: enable
octal-values: disable
octal-values: enable
quoted-strings:
quote-type: double
required: false
trailing-spaces: enable
truthy: disable
truthy:
check-keys: false
Loading