Skip to content

Include stdlib.h for strtol() (#65). #22

Include stdlib.h for strtol() (#65).

Include stdlib.h for strtol() (#65). #22

name: clang-format Check
on: [push]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C programs.
uses: jidicula/[email protected]