mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-04-14 12:15:48 +00:00
More lint fixes
This commit is contained in:
parent
b12e3b5b13
commit
0568387e4f
2 changed files with 3 additions and 1 deletions
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
|
|
@ -20,6 +20,8 @@ on:
|
|||
|
||||
permissions:
|
||||
contents: read
|
||||
statuses: write
|
||||
checks: write
|
||||
|
||||
###############
|
||||
# Set the Job #
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"threshold": 1,
|
||||
"threshold": 0.5,
|
||||
"ignore": ["spec/**"],
|
||||
"reporters": ["threshold"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue