Skip to content

ProjectView.java: Deleting the secondary "Add Rank" in the edit menu. #59

ProjectView.java: Deleting the secondary "Add Rank" in the edit menu.

ProjectView.java: Deleting the secondary "Add Rank" in the edit menu. #59

Workflow file for this run

name: Build & Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Run Maven build & test
run: mvn --batch-mode --update-snapshots package