Fix formatting .. according to Zed rules anyway
This commit is contained in:
2
.github/workflows/accessibility-tests.yml
vendored
2
.github/workflows/accessibility-tests.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
schedule:
|
||||
- cron: '0 2 * * 1-5'
|
||||
- cron: "0 2 * * 1-5"
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
8
.github/workflows/compound-ios.yml
vendored
8
.github/workflows/compound-ios.yml
vendored
@@ -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
|
||||
|
||||
|
||||
2
.github/workflows/danger.yml
vendored
2
.github/workflows/danger.yml
vendored
@@ -2,7 +2,7 @@ name: Danger CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [ labeled, synchronize, opened, reopened ]
|
||||
types: [labeled, synchronize, opened, reopened]
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
||||
5
.github/workflows/integration-tests.yml
vendored
5
.github/workflows/integration-tests.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
@@ -3,7 +3,7 @@ name: Post-release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'release/**'
|
||||
- "release/**"
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
||||
5
.github/workflows/translations-pr.yml
vendored
5
.github/workflows/translations-pr.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/ui-tests.yml
vendored
2
.github/workflows/ui-tests.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
required: false
|
||||
|
||||
schedule:
|
||||
- cron: '0 2 * * 1-5'
|
||||
- cron: "0 2 * * 1-5"
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
||||
2
.github/workflows/unit-tests-enterprise.yml
vendored
2
.github/workflows/unit-tests-enterprise.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
branches: [ develop ]
|
||||
branches: [develop]
|
||||
|
||||
pull_request:
|
||||
|
||||
|
||||
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
branches: [ develop ]
|
||||
branches: [develop]
|
||||
|
||||
pull_request:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user