File tree Expand file tree Collapse file tree 5 files changed +44
-22
lines changed
Expand file tree Collapse file tree 5 files changed +44
-22
lines changed Original file line number Diff line number Diff line change 11---
22name : Bug report
33about : Create a report to help us improve
4- title : ' '
5- labels : ' '
6- assignees : ' '
7-
4+ title : " "
5+ labels : " "
6+ assignees : " "
87---
98
109** Describe the bug**
1110A clear and concise description of what the bug is.
1211
1312** To Reproduce**
1413Steps to reproduce the behavior:
14+
15151 . Go to '...'
16162 . Click on '....'
17173 . Scroll down to '....'
@@ -24,15 +24,17 @@ A clear and concise description of what you expected to happen.
2424If applicable, add screenshots to help explain your problem.
2525
2626** Desktop (please complete the following information):**
27- - OS: [ e.g. iOS]
28- - Browser [ e.g. chrome, safari]
29- - Version [ e.g. 22]
27+
28+ - OS: [ e.g. iOS]
29+ - Browser [ e.g. chrome, safari]
30+ - Version [ e.g. 22]
3031
3132** Smartphone (please complete the following information):**
32- - Device: [ e.g. iPhone6]
33- - OS: [ e.g. iOS8.1]
34- - Browser [ e.g. stock browser, safari]
35- - Version [ e.g. 22]
33+
34+ - Device: [ e.g. iPhone6]
35+ - OS: [ e.g. iOS8.1]
36+ - Browser [ e.g. stock browser, safari]
37+ - Version [ e.g. 22]
3638
3739** Additional context**
3840Add any other context about the problem here.
Original file line number Diff line number Diff line change 11---
22name : Feature request
33about : Suggest an idea for this project
4- title : ' '
5- labels : ' '
6- assignees : ' '
7-
4+ title : " "
5+ labels : " "
6+ assignees : " "
87---
98
109** Is your feature request related to a problem? Please describe.**
Original file line number Diff line number Diff line change 44 release :
55 types : [published]
66permissions :
7- id-token : write # Required for OIDC
7+ id-token : write # Required for OIDC
88 contents : read
99
1010jobs :
1515
1616 - uses : actions/setup-node@v4
1717 with :
18- node-version : ' 23.x'
19- registry-url : ' https://registry.npmjs.org'
18+ node-version : " 23.x"
19+ registry-url : " https://registry.npmjs.org"
2020
2121 # Ensure npm 11.5.1 or later is installed
2222 - name : Update npm
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- paths :
7+ paths :
8+ [
9+ " **.js" ,
10+ " **.ts" ,
11+ " **.jsx" ,
12+ " **.tsx" ,
13+ " **.json" ,
14+ " **.md" ,
15+ " **.yml" ,
16+ " **.yaml" ,
17+ ]
818 pull_request :
919 branches :
1020 - main
21+ paths :
22+ [
23+ " **.js" ,
24+ " **.ts" ,
25+ " **.jsx" ,
26+ " **.tsx" ,
27+ " **.json" ,
28+ " **.md" ,
29+ " **.yml" ,
30+ " **.yaml" ,
31+ ]
1132
1233jobs :
1334 format :
@@ -20,11 +41,11 @@ jobs:
2041 - name : Setup Node.js
2142 uses : actions/setup-node@v6
2243 with :
23- node-version : ' 20 '
44+ node-version : " 20 "
2445
2546 - name : Install dependencies
2647 run : |
2748 npm ci
2849
2950 - name : Run prettier + linting + tests
30- run : npm test
51+ run : npm test
Original file line number Diff line number Diff line change 11node_modules
22build
3- .github
3+ prettier.config.ts
You can’t perform that action at this time.
0 commit comments