mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-23 08:25:40 +00:00
chore: run prettier on the codebase
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -32,6 +32,8 @@ jobs:
|
||||
with:
|
||||
node-version: "20"
|
||||
|
||||
- name: Check Formatting
|
||||
|
||||
- name: Generate
|
||||
run: go generate ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user