Skip to content

add board frame with mistake-flash and staged win reveal #88

add board frame with mistake-flash and staged win reveal

add board frame with mistake-flash and staged win reveal #88

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 8 * * 1'
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze (java-kotlin)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: temurin
cache: gradle
- uses: github/codeql-action/init@v4
with:
languages: java-kotlin
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build
run: ./gradlew compileDebugKotlin
- uses: github/codeql-action/analyze@v4
with:
category: /language:java-kotlin