Skip to content

refactor: replace schema with validation helpers #9

refactor: replace schema with validation helpers

refactor: replace schema with validation helpers #9

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build mod_event_agent module image
run: docker build -f Dockerfile -t mod_event_agent:latest .
- name: Build FreeSWITCH runtime image
run: docker build -f Dockerfile.freeswitch -t mod_event_agent_fs:ci .