Skip to content

Commit 4130980

Browse files
authored
Merge pull request #13 from githubnext/copilot/investigate-ci-failures
Fix Pages deployment and suppress false-positive lint warnings
2 parents 15baf2e + 8c840e3 commit 4130980

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)