Skip to content

Commit

Permalink
ci(atlantis): fix super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
GMartinez-Sisti committed May 1, 2024
1 parent 17a3afc commit 415dc11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/linters/.jscpd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ignore": [
"**/charts/atlantis/tests/**"
]
}
5 changes: 5 additions & 0 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
paths:
- 'charts/atlantis/**'

permissions:
contents: read
packages: read
statuses: write

jobs:
build:
name: Lint Code Base
Expand Down

0 comments on commit 415dc11

Please sign in to comment.