Skip to content

Update style to indent cases. #83

Update style to indent cases.

Update style to indent cases. #83

Workflow file for this run

name: Lint & Build
run-name: ${{ github.actor }} is ensuring code quality. :)
on: [push]
jobs:
Test-OMP:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: sudo apt-get install clang-format

Check failure on line 10 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- name: Check For Formatting Errors
id: format_check
run: cd src && clang-format --dry-run --Werror *.cc *.h