Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository cleanup #19

Merged
merged 10 commits into from
May 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: pre-commit
on:
pull_request:
workflow_dispatch:

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'corretto'

- uses: gradle/gradle-build-action@v3
with:
gradle-version: 8.7

- name: Build with Gradle
run: gradle build
2 changes: 0 additions & 2 deletions BuildImage.bat

This file was deleted.

3 changes: 0 additions & 3 deletions BuildImage.sh

This file was deleted.

6 changes: 0 additions & 6 deletions BuildJShellWrapper.bat

This file was deleted.

8 changes: 0 additions & 8 deletions BuildJShellWrapper.sh

This file was deleted.

3 changes: 0 additions & 3 deletions Dockerfile

This file was deleted.

236 changes: 0 additions & 236 deletions JShellAPI/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions JShellAPI/.idea/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions JShellAPI/.idea/compiler.xml

This file was deleted.

20 changes: 0 additions & 20 deletions JShellAPI/.idea/jarRepositories.xml

This file was deleted.

10 changes: 0 additions & 10 deletions JShellAPI/.idea/misc.xml

This file was deleted.

6 changes: 0 additions & 6 deletions JShellAPI/.idea/vcs.xml

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion JShellAPI/RunDocker.bat

This file was deleted.

1 change: 0 additions & 1 deletion JShellAPI/RunDocker.sh

This file was deleted.

Loading
Loading