Skip to content

Update java gradlew spotless #145

Update java gradlew spotless

Update java gradlew spotless #145

Workflow file for this run

name: Build
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
ci:
name: 🧪 Test & lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Commit message lint
uses: wagoid/commitlint-github-action@v4
- name: Test
env:
STREAM_KEY: ${{ secrets.STREAM_KEY }}
STREAM_SECRET: ${{ secrets.STREAM_SECRET }}
run: |
./gradlew spotlessCheck --no-daemon
./gradlew jacocoTestReport --no-daemon