Skip to content

Commit 8a4f675

Browse files
fix: correct odd indentation flagged by editorconfig-checker
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent b2a6fb6 commit 8a4f675

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/notify-homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: >-
2323
github.event_name == 'workflow_dispatch' ||
2424
(github.event.workflow_run.conclusion == 'success' &&
25-
startsWith(github.event.workflow_run.head_branch, 'create-awesome-python-app@'))
25+
startsWith(github.event.workflow_run.head_branch, 'create-awesome-python-app@'))
2626
runs-on: ubuntu-latest
2727
environment: pypi
2828
steps:

.github/workflows/publish-aur.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: >-
3232
github.event_name == 'workflow_dispatch' ||
3333
(github.event.workflow_run.conclusion == 'success' &&
34-
startsWith(github.event.workflow_run.head_branch, 'create-awesome-python-app@'))
34+
startsWith(github.event.workflow_run.head_branch, 'create-awesome-python-app@'))
3535
runs-on: ubuntu-latest
3636
environment: pypi
3737
timeout-minutes: 20

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: >-
2323
github.event_name == 'workflow_dispatch' ||
2424
(github.event.workflow_run.conclusion == 'success' &&
25-
startsWith(github.event.workflow_run.head_branch, 'create-awesome-python-app@'))
25+
startsWith(github.event.workflow_run.head_branch, 'create-awesome-python-app@'))
2626
runs-on: ubuntu-latest
2727
environment: pypi
2828
steps:

docs/BRAND.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Canonical visual identity for Create Awesome Python App across GitHub, PyPI, the
66

77
**Python node-graph** — composition-first scaffolding with a cool blue → green mark (distinct from Create Node App’s cozy amber → teal nest).
88

9-
| Token | Value | Use |
10-
|---------|-----------------------|----------------------------------|
11-
| Blue | `#3b82f6` / `#2563eb` | Primary accent, CTAs, highlights |
12-
| Green | `#16a34a` / `#22c55e` | Secondary accent, success, links |
13-
| Dark bg | `#0f172a` | Default surfaces |
14-
| Light bg| `#f8fafc` | Light-mode surfaces |
9+
| Token | Value | Use |
10+
|----------|-----------------------|----------------------------------|
11+
| Blue | `#3b82f6` / `#2563eb` | Primary accent, CTAs, highlights |
12+
| Green | `#16a34a` / `#22c55e` | Secondary accent, success, links |
13+
| Dark bg | `#0f172a` | Default surfaces |
14+
| Light bg | `#f8fafc` | Light-mode surfaces |
1515

1616
Primary gradient: `135deg, #3b82f6 → #2563eb → #16a34a`.
1717

docs/DISTRIBUTION_SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ git push origin create-awesome-python-app@X.Y.Z
4242
Then:
4343

4444
1. Confirm **Release** (PyPI + GitHub Release) succeeds — Docker, AUR, and
45-
Homebrew notify then start via `workflow_run`
45+
Homebrew notify then start via `workflow_run`
4646
2. Confirm those three workflows complete
4747
3. Smoke: `uvx --python 3.12 create-awesome-python-app@X.Y.Z --help`
4848

0 commit comments

Comments
 (0)