Skip to content

fix: make sure only a single color swatch is toggled at once #3

fix: make sure only a single color swatch is toggled at once

fix: make sure only a single color swatch is toggled at once #3

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- run: ./gradlew build