Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

add a line at end of file #37

add a line at end of file

add a line at end of file #37

Workflow file for this run

name: Verify Formatting
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'h,cpp'
clangFormatVersion: 11
style: file