Skip to content

Commit

Permalink
Update lint.yaml - only run ct linter on charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Aug 10, 2023
1 parent 5b25d81 commit 184758a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ name: Lint Charts

on:
pull_request:
paths-ignore:
- '.github/**'
- 'LICENSE'
- 'README.md'
- 'CONTRIBUTING.md'
paths:
- 'charts/**'

jobs:
lint:
Expand Down

0 comments on commit 184758a

Please sign in to comment.