chore: run prettier on the codebase

This commit is contained in:
garethgeorge
2024-05-07 23:43:54 -07:00
parent 74c8abc39a
commit 5904a8856e
58 changed files with 3964 additions and 2078 deletions
+6 -5
View File
@@ -1,10 +1,9 @@
---
name: Bug report
about: Report an issue with Backrest
title: ''
title: ""
labels: bug
assignees: ''
assignees: ""
---
Note: if you have a question or need support please post in the [discussions area](https://github.com/garethgeorge/backrest/discussions).
@@ -14,6 +13,7 @@ A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
@@ -26,8 +26,9 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.
**Platform Info**
- OS and Architecture [e.g. Windows 10 x64, Darwin arm64]
- Backrest Version [e.g. 0.0.0]
- OS and Architecture [e.g. Windows 10 x64, Darwin arm64]
- Backrest Version [e.g. 0.0.0]
**Additional context**
Add any other context about the problem here.
+2 -3
View File
@@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
title: ""
labels: enhancement
assignees: ''
assignees: ""
---
Note: if you have a question or want discussion please post in the [discussions area](https://github.com/garethgeorge/backrest/discussions).
+2
View File
@@ -32,6 +32,8 @@ jobs:
with:
node-version: "20"
- name: Check Formatting
- name: Generate
run: go generate ./...