mirror of
https://github.com/home-assistant/iOS.git
synced 2026-02-09 00:55:52 -06:00
Adds some new linters: YamlLint (YAML files) and RuboCop (Ruby files). Moves SwiftLint to our own runner. All three of these have built-in GitHub Actions output formats, so we don't need to do anything special to have them work. Applies YAML and Ruby cleanup. Adds some short-circuit logic for caching to speed up various Actions. Adds a flag to make Firebase optionally use xcframeworks for test builds so they don't need to compile them. We only need to build it for release builds since they lack the ARM Mac slices.
13 lines
373 B
YAML
13 lines
373 B
YAML
# Configuration for move-issues - https://github.com/dessant/move-issues
|
|
|
|
# Delete the command comment. Ignored when the comment also contains other content
|
|
deleteCommand: true
|
|
# Close the source issue after moving
|
|
closeSourceIssue: true
|
|
# Lock the source issue after moving
|
|
lockSourceIssue: false
|
|
# Set custom aliases for targets
|
|
# aliases:
|
|
# r: repo
|
|
# or: owner/repo
|