Skip to content

Commit

Permalink
Feat: Set ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawardshin committed May 10, 2024
1 parent 1dd6dcc commit fb81c9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew clean build
run:
./gradlew editorconfigFormat
./gradlew clean build

0 comments on commit fb81c9a

Please sign in to comment.