Skip to content

Commit

Permalink
add jscpd config, update workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed May 31, 2024
1 parent 6e24d86 commit 12b21a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/linters/.jscpd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"threshold": 2
}
3 changes: 3 additions & 0 deletions .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: pylint

on: [push]

permissions:
contents: read

jobs:
pylint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 12b21a0

Please sign in to comment.