Skip to content

feat: Support to serve http via socket #19

feat: Support to serve http via socket

feat: Support to serve http via socket #19

Workflow file for this run

name: pull request
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
pr-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Commitsar check
uses: aevea/[email protected]
- name: Build to test
env:
SKIP_COMPRESS: "true"
run: make ci