Skip to content

fix : cpulimit.c:142:9: warning: argument 1 null where non-null expec… #10

fix : cpulimit.c:142:9: warning: argument 1 null where non-null expec…

fix : cpulimit.c:142:9: warning: argument 1 null where non-null expec… #10

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make
- name: make static
run: make static
- name: make debug
run: make debug