Fix formatting .. according to Zed rules anyway

This commit is contained in:
Stefan Ceriu
2026-04-21 16:08:48 +03:00
parent 16b0921562
commit fc6b5e1d4d
12 changed files with 79 additions and 84 deletions

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch:
schedule:
- cron: '0 2 * * 1-5'
- cron: "0 2 * * 1-5"
permissions: {}

View File

@@ -4,7 +4,7 @@ on:
# At 03:00 UTC every Tuesday in preparation for an RC.
# The tool assumes the release is published in 6-days (the following Monday).
# Note: Most of these runs will be no-op until the release month changes.
- cron: '0 3 * * 2'
- cron: "0 3 * * 2"
workflow_dispatch:
permissions: {}
@@ -25,8 +25,7 @@ jobs:
persist-credentials: false
- name: Setup environment
run:
source ci_scripts/ci_common.sh && setup_github_actions_environment
run: source ci_scripts/ci_common.sh && setup_github_actions_environment
- name: Bump the CalVer if needed
run: swift run -q tools bump-calendar-version

View File

@@ -7,20 +7,19 @@ on:
workflow_dispatch:
push:
branches: [ develop ]
branches: [develop]
paths:
- 'compound-ios/**'
- "compound-ios/**"
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'compound-ios/**'
- "compound-ios/**"
permissions: {}
jobs:
tests:
runs-on: macos-26
timeout-minutes: 15
@@ -74,4 +73,3 @@ jobs:
xcode: true
xcode_archive_path: compound-ios/Logs/CompoundTests.xcresult
flags: compound

View File

@@ -2,7 +2,7 @@ name: Danger CI
on:
pull_request:
types: [ labeled, synchronize, opened, reopened ]
types: [labeled, synchronize, opened, reopened]
permissions: {}

View File

@@ -2,7 +2,7 @@ name: Integration tests
on:
schedule:
- cron: '0 2 * * 1-5'
- cron: "0 2 * * 1-5"
workflow_dispatch:
@@ -25,8 +25,7 @@ jobs:
persist-credentials: false
- name: Setup environment
run:
source ci_scripts/ci_common.sh && setup_github_actions_environment
run: source ci_scripts/ci_common.sh && setup_github_actions_environment
- name: Run tests
run: swift run -q tools ci integration-tests

View File

@@ -3,7 +3,7 @@ name: Post-release
on:
push:
tags:
- 'release/**'
- "release/**"
permissions: {}

View File

@@ -2,7 +2,7 @@ name: Open Translations PR
on:
schedule:
# At 03:00 on every Monday UTC
- cron: '0 3 * * 1'
- cron: "0 3 * * 1"
workflow_dispatch:
permissions: {}
@@ -21,8 +21,7 @@ jobs:
persist-credentials: false
- name: Setup environment
run:
source ci_scripts/ci_common.sh && setup_github_actions_translations_environment
run: source ci_scripts/ci_common.sh && setup_github_actions_translations_environment
- name: Download All Translations
run: swift run -q tools download-strings --all-languages

View File

@@ -8,7 +8,7 @@ on:
required: false
schedule:
- cron: '0 2 * * 1-5'
- cron: "0 2 * * 1-5"
permissions: {}

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches: [ develop ]
branches: [develop]
pull_request:

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches: [ develop ]
branches: [develop]
pull_request: