Skip to content

Commit

Permalink
chore: use recommended .yaml extension where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Sep 8, 2023
1 parent 1af81de commit 6f0af9f
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*.qrc text
*.ui text
*.yml text
*.yaml text
CMakeLists.txt text
COPYING text

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
- name: Build AppImage
uses: ./.github/workflows/appimage/
with:
recipe: pkg/appimage/appimage-amd64.yml
recipe: pkg/appimage/appimage-amd64.yaml
apt_dependencies: >-
build-essential
cmake extra-cmake-modules
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Telegram Channel](https://img.shields.io/badge/follow-on%20telegram-179cde.svg?style=flat-square)](https://telegram.me/zealdocs)
[![Twitter](https://img.shields.io/badge/follow-on%20twitter-1da1f2.svg?style=flat-square)](https://twitter.com/zealdocs)

[![Build Check](https://img.shields.io/github/actions/workflow/status/zealdocs/zeal/build-check.yml?style=flat-square)](https://github.com/zealdocs/zeal/actions/workflows/build-check.yml)
[![Build Check](https://img.shields.io/github/actions/workflow/status/zealdocs/zeal/build-check.yaml?style=flat-square)](https://github.com/zealdocs/zeal/actions/workflows/build-check.yaml)
[![Coverity Scan](https://img.shields.io/coverity/scan/4271.svg?style=flat-square)](https://scan.coverity.com/projects/4271)

Zeal is a simple offline documentation browser inspired by [Dash](https://kapeli.com/dash).
Expand Down
2 changes: 1 addition & 1 deletion pkg/appimage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ Run `appimage-builder`:

```shell
cd /src
appimage-builder --skip-test --build-dir build.appimage --appdir build.appimage/AppDir --recipe pkg/appimage/appimage-amd64.yml
appimage-builder --skip-test --build-dir build.appimage --appdir build.appimage/AppDir --recipe pkg/appimage/appimage-amd64.yaml
```
File renamed without changes.

0 comments on commit 6f0af9f

Please sign in to comment.