diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5b9009b0..25b5d0ad 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -35,6 +35,8 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v5 + with: + enablement: true - name: Upload Pages artifact uses: actions/upload-pages-artifact@v3 diff --git a/biome.json b/biome.json index 4c06c454..c4eb66c3 100644 --- a/biome.json +++ b/biome.json @@ -62,6 +62,16 @@ "semicolons": "always" } } + }, + { + "include": ["tests/**"], + "linter": { + "rules": { + "nursery": { + "noSecrets": "off" + } + } + } } ] }