Skip to content

Commit

Permalink
(WIP) Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
per1234 committed Nov 7, 2023
1 parent 1a42f91 commit 82c7129
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 15 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-prettier-formatting-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ on:
- "**.workbook"
# TOML
- "**.toml"
# XML
- "**.svg"
- "**.xml"
# YAML
- "**/.clang-format"
- "**/.clang-tidy"
Expand Down Expand Up @@ -195,6 +198,9 @@ on:
- "**.workbook"
# TOML
- "**.toml"
# XML
- "**.svg"
- "**.xml"
# YAML
- "**/.clang-format"
- "**/.clang-tidy"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<img src="assets/logo.svg" alt="logo" height="85" align="right" />

# ino-hardware-package-list

[![Check Files status](https://github.com/per1234/inoplatforms/actions/workflows/check-files-task.yml/badge.svg)](https://github.com/per1234/inoplatforms/actions/workflows/check-files-task.yml)
Expand Down
46 changes: 31 additions & 15 deletions assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/acknowledgments.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ This project is based on many amazing open source software projects:
- [**pipx**](https://pypa.github.io/pipx/) - Python application manager
- [**Poetry**](https://python-poetry.org/) - Python package manager
- [**Prettier**](https://prettier.io/) - Code formatter
- [**Prettier for XML**](https://github.com/prettier/plugin-xml) - Prettier plugin for XML files
- [**prettier-plugin-go-template**](https://github.com/NiklasPor/prettier-plugin-go-template) - Prettier plugin for Go template files
- [**Prettier Toml Plugin**](https://www.npmjs.com/package/prettier-plugin-toml) - Prettier plugin for TOML files
- [**Task**](https://taskfile.dev/) - Task runner
Expand Down

0 comments on commit 82c7129

Please sign in to comment.