Skip to content

Commit

Permalink
Merge pull request #12 from marcelamelara/fix-lint-workflow
Browse files Browse the repository at this point in the history
Fix syntax error in lint.yml workflow
  • Loading branch information
adityasaky authored Oct 25, 2023
2 parents e60c38c + f24334e commit be5ffe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
branches:
- main
paths:
- "scai-gen/*"
- "scai-gen/**"
# Want to trigger these tests whenever the Go CLI or
# APIs are modified
pull_request:
paths:
- "scai-gen/*"
- "scai-gen/**"
permissions:
contents: read
jobs:
Expand Down

0 comments on commit be5ffe6

Please sign in to comment.