Skip to content

Commit 8c840e3

Browse files
Copilotmrjf
andauthored
Fix CI failures: enable GitHub Pages and suppress false-positive noSecrets lint warnings in tests
Agent-Logs-Url: https://github.com/githubnext/tsessebe/sessions/a95d3d3b-9cf5-4994-b1f4-5f57dfc504b3 Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
1 parent 6e40930 commit 8c840e3

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
- name: Setup Pages
3737
uses: actions/configure-pages@v5
38+
with:
39+
enablement: true
3840

3941
- name: Upload Pages artifact
4042
uses: actions/upload-pages-artifact@v3

biome.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@
6262
"semicolons": "always"
6363
}
6464
}
65+
},
66+
{
67+
"include": ["tests/**"],
68+
"linter": {
69+
"rules": {
70+
"nursery": {
71+
"noSecrets": "off"
72+
}
73+
}
74+
}
6575
}
6676
]
6777
}

0 commit comments

Comments
 (0)