Skip to content

Commit 2867801

Browse files
committed
perform formatting changes
1 parent b711b8d commit 2867801

68 files changed

Lines changed: 1504 additions & 2961 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/codeql-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ paths:
44
- .github/actions
55

66
paths-ignore:
7-
- "examples/**/android/**"
7+
- 'examples/**/android/**'

.github/workflows/asana-add-comment.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/asana-create-task.yml

Lines changed: 0 additions & 119 deletions
This file was deleted.

.github/workflows/asana-update-issue.yml

Lines changed: 0 additions & 172 deletions
This file was deleted.

.github/workflows/cd.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,11 @@ jobs:
2222
GH_PUSH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
2323
with:
2424
branch: ${{ github.event.pull_request.base.ref }}
25+
26+
move-linear-tickets:
27+
if: |
28+
github.event.pull_request.merged == true &&
29+
contains(github.event.pull_request.title, 'chore: Release')
30+
uses: OneSignal/sdk-shared/.github/workflows/linear-deployed.yml@main
31+
secrets:
32+
LINEAR_GITHUB_API_KEY: ${{ secrets.LINEAR_GITHUB_API_KEY }}

.github/workflows/claude-code-review.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ jobs:
4141
prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
4242
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
4343
# or https://code.claude.com/docs/en/cli-reference for available options
44-

.github/workflows/claude.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ jobs:
4747
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
4848
# or https://code.claude.com/docs/en/cli-reference for available options
4949
# claude_args: '--allowed-tools Bash(gh pr:*)'
50-

.vscode/extensions.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
{
2-
"recommendations": [
3-
"oxc.oxc-vscode",
4-
"esbenp.prettier-vscode",
5-
"redhat.vscode-yaml",
6-
"VoidZero.vite-plus-extension-pack"
7-
]
2+
"recommendations": ["oxc.oxc-vscode", "redhat.vscode-yaml", "VoidZero.vite-plus-extension-pack"]
83
}

0 commit comments

Comments
 (0)