Format markdown and YAML files

This commit is contained in:
Taiki Endo
2021-01-01 04:13:00 +09:00
parent 358d4a5faf
commit 867b2bb3a1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ on:
- master
- staging
schedule:
- cron: '0 1 * * *'
- cron: "0 1 * * *"
env:
CARGO_INCREMENTAL: 0
+1 -1
View File
@@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- 'v*'
- "v*"
jobs:
create-release:
+1 -1
View File
@@ -136,7 +136,7 @@ This project adheres to [Semantic Versioning](https://semver.org).
Initial release
[unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.11...v0.2.0
[0.1.11]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.10...v0.1.11
[0.1.10]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.9...v0.1.10