Skip to content

Commit

Permalink
chore: run golangci-lint only for changes in vmaas-go dir
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy authored and jdobes committed Jul 10, 2023
1 parent 5c49c18 commit e701693
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: golangci-lint
on:
pull_request:
paths:
- vmaas-go/**

jobs:
golangci:
Expand Down

0 comments on commit e701693

Please sign in to comment.