Skip to content

Commit

Permalink
Merge pull request #67 from JayPi4c/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
JayPi4c authored Jan 30, 2024
2 parents 6c539f0 + 7526ee6 commit 2c795b8
Show file tree
Hide file tree
Showing 25 changed files with 1,627 additions and 1,500 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/build-badges.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build Project

on:
push:
paths:
- 'src/**'
- 'pom.xml'

jobs:
verify:
name: Verify project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Verify with Maven
run: ./mvnw --batch-mode --update-snapshots verify
32 changes: 0 additions & 32 deletions .github/workflows/deploy-javadoc.yml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/development-release.yml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/pre-release.yml

This file was deleted.

86 changes: 0 additions & 86 deletions .github/workflows/tagged-release.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
/robbiDB
/simulator.properties
/logs/
.vscode
.vscode
.idea
*.iml
Binary file added .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
Loading

0 comments on commit 2c795b8

Please sign in to comment.