Skip to content

Commit 8cba703

Browse files
committed
chore: clean up whitespace and formatting in GitHub Actions workflow files
1 parent 999d8ee commit 8cba703

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
branches: [main, dev]
88

99
jobs:
10-
1110
quality:
1211
name: Format · Lint · Typecheck · Test
1312
runs-on: ubuntu-latest
@@ -37,7 +36,6 @@ jobs:
3736
- name: Run Unit Tests (Vitest)
3837
run: npm run test
3938

40-
4139
build:
4240
name: Production Build
4341
runs-on: ubuntu-latest

.github/workflows/conflict-notifier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Merge Conflict Notifier
33
on:
44
schedule:
55
- cron: '0 0 * * *'
6-
workflow_dispatch:
6+
workflow_dispatch:
77

88
permissions:
99
issues: write

.github/workflows/pr-template-enforcer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: PR Template Enforcer
33
on:
44
pull_request_target:
55
types: [opened, edited, reopened]
6-
workflow_dispatch:
6+
workflow_dispatch:
77

88
permissions:
99
issues: write

0 commit comments

Comments
 (0)