Skip to content

๐Ÿ— Use more recent compilers ๐Ÿšจ #94

๐Ÿ— Use more recent compilers ๐Ÿšจ

๐Ÿ— Use more recent compilers ๐Ÿšจ #94

name: clang-format
on: [push, pull_request, workflow_dispatch]
jobs:
formatting-check:
name: Format check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: 'mays'