Skip to content

refactor: move decryptWord logic in Cypher #9

refactor: move decryptWord logic in Cypher

refactor: move decryptWord logic in Cypher #9

Workflow file for this run

name: CI
on:
push:
jobs:
test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Set up JDK
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '26'
cache: 'maven'
- name: Run tests
run: mvn -B test