Skip to content

Commit

Permalink
Use recommended YAML file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Jul 26, 2024
1 parent f1ce48b commit 510139a
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .prettierrc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 510139a

Please sign in to comment.