Skip to content

Commit

Permalink
feat:Check code style CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinnZou committed Oct 29, 2023
1 parent 0873ed0 commit ee3e103
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ on:
pull_request:

jobs:
build-multiplatform-project:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-12, windows-2022]
gradle: [8.3]
runs-on: ${{ matrix.os }}
check-code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down

0 comments on commit ee3e103

Please sign in to comment.