Skip to content

feat: add workflow to build agent on changes #1

feat: add workflow to build agent on changes

feat: add workflow to build agent on changes #1

name: Compile and Run Tests
on:
push:
branches:
- '**'
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
compile:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Compile Action
uses: ./.github/actions/compile
with:
path: src/