Skip to content

Add 6rx and 8rx support for 0xB0CD/0xb826 #161

Add 6rx and 8rx support for 0xB0CD/0xb826

Add 6rx and 8rx support for 0xB0CD/0xb826 #161

Workflow file for this run

name: style-check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
name: Style Check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup gradle
uses: gradle/actions/setup-gradle@v4
with:
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
- name: Style Check
run: ./gradlew spotlessCheck