Skip to content

Commit

Permalink
Revert changes to keys potentially parsed as boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
cl8n committed Nov 23, 2023
1 parent f4dd921 commit 396ba8c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: osu-wiki continuous integration

"on":
on:
pull_request:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-sync.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Sync with ppy:master

"on":
on:
workflow_dispatch:
inputs:
backup:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh-cache.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: refresh node_modules cache

"on":
on:
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/welcome-new-contributors.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Welcome new contributors

"on":
on:
pull_request_target:
types:
- opened
Expand Down
1 change: 1 addition & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ rules:
quote-type: double
required: only-when-needed
truthy:
check-keys: false
level: error
2 changes: 1 addition & 1 deletion meta/group-info/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ languages:
lt: Lithuanian
ms: Malay
nl: Dutch
"no": Norwegian
no: Norwegian
pl: Polish
pt: Portuguese
ro: Romanian
Expand Down

0 comments on commit 396ba8c

Please sign in to comment.