Skip to content

Commit

Permalink
workflows: Don't checkout submodules in style-check
Browse files Browse the repository at this point in the history
  • Loading branch information
handymenny committed Oct 1, 2024
1 parent 1405b51 commit 704b184
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/style-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
- name: Setup gradle
uses: gradle/actions/setup-gradle@v4
- name: Style Check
Expand Down

0 comments on commit 704b184

Please sign in to comment.