From 510139a9d1b38eec6acef633543f3655e1fe782f Mon Sep 17 00:00:00 2001 From: daxpedda Date: Fri, 26 Jul 2024 17:10:51 +0200 Subject: [PATCH] Use recommended YAML file extension --- .github/{FUNDING.yml => FUNDING.yaml} | 0 .github/{dependabot.yml => dependabot.yaml} | 0 .github/workflows/{audit.yml => audit.yaml} | 0 .github/workflows/{documentation.yml => documentation.yaml} | 0 .github/workflows/{format.yml => format.yaml} | 0 .github/workflows/{lint.yml => lint.yaml} | 0 .github/workflows/{merge.yml => merge.yaml} | 0 .github/workflows/{publish.yml => publish.yaml} | 0 .github/workflows/{spellcheck.yml => spellcheck.yaml} | 0 .github/workflows/{test.yml => test.yaml} | 0 .prettierrc.toml | 2 +- README.md | 2 +- 12 files changed, 2 insertions(+), 2 deletions(-) rename .github/{FUNDING.yml => FUNDING.yaml} (100%) rename .github/{dependabot.yml => dependabot.yaml} (100%) rename .github/workflows/{audit.yml => audit.yaml} (100%) rename .github/workflows/{documentation.yml => documentation.yaml} (100%) rename .github/workflows/{format.yml => format.yaml} (100%) rename .github/workflows/{lint.yml => lint.yaml} (100%) rename .github/workflows/{merge.yml => merge.yaml} (100%) rename .github/workflows/{publish.yml => publish.yaml} (100%) rename .github/workflows/{spellcheck.yml => spellcheck.yaml} (100%) rename .github/workflows/{test.yml => test.yaml} (100%) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yaml similarity index 100% rename from .github/FUNDING.yml rename to .github/FUNDING.yaml diff --git a/.github/dependabot.yml b/.github/dependabot.yaml similarity index 100% rename from .github/dependabot.yml rename to .github/dependabot.yaml diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yaml similarity index 100% rename from .github/workflows/audit.yml rename to .github/workflows/audit.yaml diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yaml similarity index 100% rename from .github/workflows/documentation.yml rename to .github/workflows/documentation.yaml diff --git a/.github/workflows/format.yml b/.github/workflows/format.yaml similarity index 100% rename from .github/workflows/format.yml rename to .github/workflows/format.yaml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yaml similarity index 100% rename from .github/workflows/lint.yml rename to .github/workflows/lint.yaml diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yaml similarity index 100% rename from .github/workflows/merge.yml rename to .github/workflows/merge.yaml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yaml similarity index 100% rename from .github/workflows/publish.yml rename to .github/workflows/publish.yaml diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yaml similarity index 100% rename from .github/workflows/spellcheck.yml rename to .github/workflows/spellcheck.yaml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yaml similarity index 100% rename from .github/workflows/test.yml rename to .github/workflows/test.yaml diff --git a/.prettierrc.toml b/.prettierrc.toml index aabe80e..f0fc2c9 100644 --- a/.prettierrc.toml +++ b/.prettierrc.toml @@ -9,5 +9,5 @@ useTabs = true # Markdown: https://github.com/prettier/prettier/issues/5019 [[overrides]] -files = ["*.yml", "*.md"] +files = ["*.yaml", "*.md"] options = { singleQuote = false, tabWidth = 2 } diff --git a/README.md b/README.md index 51dda42..cd20280 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Crates.io Version](https://img.shields.io/crates/v/web-time.svg)](https://crates.io/crates/web-time) [![Live Build Status](https://img.shields.io/github/check-runs/daxpedda/web-time/main?label=CI)](https://github.com/daxpedda/web-time/actions?query=branch%3Amain) [![Docs.rs Documentation](https://img.shields.io/docsrs/web-time?label=docs.rs)](https://docs.rs/crate/web-time) -[![Main Documentation](https://img.shields.io/github/actions/workflow/status/daxpedda/web-time/documentation.yml?branch=main&label=main%20docs)](https://daxpedda.github.io/web-time/web_time/index.html) +[![Main Documentation](https://img.shields.io/github/actions/workflow/status/daxpedda/web-time/documentation.yaml?branch=main&label=main%20docs)](https://daxpedda.github.io/web-time/web_time/index.html) ## Description