Skip to content

apply spotless

apply spotless #54

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "main" ]
permissions:
checks: write
packages: read
security-events: write
jobs:
analyze:
name: "CodeQL Analysis"
runs-on: ubuntu-latest
steps:
- name: "Git Checkout"
uses: actions/checkout@v4
# - name: "Initialize CodeQL"
# uses: github/codeql-action/init@v3
# with:
# languages: 'java-kotlin'
#
# - uses: ./.github/actions/gradle-task-run
# with:
# gradle-tasks: "assembleDebug"
# reuse-configuration-cache: false
# reuse-build-cache: false
# with-jemalloc: false
#
# - name: "Perform CodeQL Analysis"
# uses: github/codeql-action/analyze@v3
# with:
# category: "/language:java-kotlin"