Skip to content

Add empty select after checking card info #120

Add empty select after checking card info

Add empty select after checking card info #120

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: Continuous Integration
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11, 17 ]
name: Java ${{ matrix.java }}
steps:
- name: Check out code
uses: actions/[email protected]
- name: Setup java
uses: actions/[email protected]
with:
java-version: ${{ matrix.java }}
distribution: temurin
- run: ./mvnw -B verify