Skip to content

Add math challenge anti-spam protection to feedback form (#242) #349

Add math challenge anti-spam protection to feedback form (#242)

Add math challenge anti-spam protection to feedback form (#242) #349

Workflow file for this run

name: Build with Maven
on:
push:
branches:
- 'master'
- 'dev'
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- run: mvn package