Skip to content

Commit

Permalink
add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Jan 7, 2025
1 parent e1d30a6 commit 3143c84
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 73 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ko_fi: alexcheng1982
github: alexcheng1982
22 changes: 22 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: build

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: "21"
distribution: "temurin"
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package
4 changes: 0 additions & 4 deletions chat-agent-ui/.gitignore

This file was deleted.

47 changes: 0 additions & 47 deletions chat-agent-ui/ChatAgentUI.py

This file was deleted.

18 changes: 0 additions & 18 deletions chat-agent-ui/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions chat-agent-ui/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<llm-agent-builder.version>0.4.0</llm-agent-builder.version>
<llm-agent-builder.version>0.4.3</llm-agent-builder.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 3143c84

Please sign in to comment.