mirror of
https://github.com/supabase/setup-cli.git
synced 2025-12-08 08:06:29 +00:00
* chore: update unit tests * fix: follow latest action template * chore: add licenses and workflows * chore: remove bloat * chore: fix linter
15 lines
289 B
YAML
15 lines
289 B
YAML
# See: https://yamllint.readthedocs.io/en/stable/
|
|
|
|
rules:
|
|
document-end: disable
|
|
document-start:
|
|
level: warning
|
|
present: false
|
|
line-length:
|
|
level: warning
|
|
max: 80
|
|
allow-non-breakable-words: true
|
|
allow-non-breakable-inline-mappings: true
|
|
ignore:
|
|
- .licenses/
|