Skip to content

Commit 868e4b4

Browse files
committed
ci: fail if <100%
1 parent ffe964b commit 868e4b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.lighthouserc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
},
4242
assert: {
4343
assertions: {
44-
'categories:accessibility': ['warn', { minScore: 1 }],
44+
'categories:accessibility': ['error', { minScore: 1 }],
4545
},
4646
},
4747
upload: {

0 commit comments

Comments
 (0)