More lint fixes

This commit is contained in:
Sami Samhuri 2025-06-08 13:27:49 -07:00
parent b12e3b5b13
commit 0568387e4f
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -20,6 +20,8 @@ on:
permissions: permissions:
contents: read contents: read
statuses: write
checks: write
############### ###############
# Set the Job # # Set the Job #

View file

@ -1,5 +1,5 @@
{ {
"threshold": 1, "threshold": 0.5,
"ignore": ["spec/**"], "ignore": ["spec/**"],
"reporters": ["threshold"] "reporters": ["threshold"]
} }