Skip to content

check if response status code is 200 #10

check if response status code is 200

check if response status code is 200 #10

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
paths:
- "**.c"
- ".github/workflows/ci.yaml"
- "Makefile"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make debug