Skip to content

Commit

Permalink
Test lint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
varunmittal91 committed Oct 24, 2023
1 parent 4b24a82 commit b415b5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
branches:
- main
- dev

jobs:
coverage:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Lint

on:
push:
pull_request:
branches:
- main
- dev

jobs:
lint:
Expand Down

0 comments on commit b415b5f

Please sign in to comment.