Skip to content

Merge pull request #129 from ThePixelGamer/libs #1301

Merge pull request #129 from ThePixelGamer/libs

Merge pull request #129 from ThePixelGamer/libs #1301

Workflow file for this run

name: lint_pr
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.12
with:
source: 'src'
exclude: 'lib'
clangFormatVersion: 12