Skip to content

forbid use of bare LF as chunk header terminator #3

forbid use of bare LF as chunk header terminator

forbid use of bare LF as chunk header terminator #3

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
cc:
- gcc
- clang
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: make test
run: make test CC=${{ matrix.cc }}