We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15baf2e + 8c840e3 commit 4130980Copy full SHA for 4130980
2 files changed
.github/workflows/pages.yml
@@ -35,6 +35,8 @@ jobs:
35
36
- name: Setup Pages
37
uses: actions/configure-pages@v5
38
+ with:
39
+ enablement: true
40
41
- name: Upload Pages artifact
42
uses: actions/upload-pages-artifact@v3
biome.json
@@ -62,6 +62,16 @@
62
"semicolons": "always"
63
}
64
65
+ },
66
+ {
67
+ "include": ["tests/**"],
68
+ "linter": {
69
+ "rules": {
70
+ "nursery": {
71
+ "noSecrets": "off"
72
+ }
73
74
75
76
]
77
0 commit comments