From 41b6b788bd4129447a30b441792979cd5da16997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= Date: Mon, 9 Sep 2024 16:37:38 -0700 Subject: [PATCH] Prettier --- .prettierignore | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index 721e9b3ae..070ddcc82 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,5 @@ +/.github/actions/ +/.github/workflows/lint.yml +/.github/workflows/tests-*.yml +.github/workflows/tests-*.yaml /charts/ diff --git a/README.md b/README.md index 0b737d666..5de6c4bfe 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ TODO. [![Stack Overflow](https://img.shields.io/badge/stackoverflow-cloudnative--pg-blue?logo=stackoverflow&logoColor=%23F48024&link=https%3A%2F%2Fstackoverflow.com%2Fquestions%2Ftagged%2Fcloudnative-pg)][stackoverflow] [![GitHub License](https://img.shields.io/github/license/cloudnative-pg/charts)][license] - [![GitHub Release](https://img.shields.io/github/v/release/cloudnative-pg/charts?filter=cloudnative-pg-*)](https://github.com/cloudnative-pg/charts/tree/main/charts/cloudnative-pg) [![GitHub Release](https://img.shields.io/github/v/release/cloudnative-pg/charts?filter=cluster-*)](https://github.com/cloudnative-pg/charts/tree/main/charts/cluster) @@ -21,6 +20,7 @@ Helm chart to install the running in private, public, or hybrid cloud environments. **NOTE**: supports only the latest point release of the CloudNativePG operator. + ```console helm repo add cnpg https://cloudnative-pg.github.io/charts helm upgrade --install cnpg \