Skip to content

Commit

Permalink
Fix lintCheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamsinghmutualmobile committed Apr 3, 2023
1 parent 6f8a4be commit 4d75667
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lintCheck.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: ktlint with reviewdog
on: [pull_request]
on:
pull_request:
branches:
- 'main'
- 'development'
jobs:
ktlint:
name: Check Code Quality
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write

steps:
- name: Clone repo
Expand Down

0 comments on commit 4d75667

Please sign in to comment.