Skip to content

Improve http parser #102

Improve http parser

Improve http parser #102

Workflow file for this run

name: Docker
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build -t sniffglue .
- name: Test the Docker image
run: docker run --rm sniffglue --help