Skip to content

Merge pull request #13 from MonsterDruide1/shader-archive #43

Merge pull request #13 from MonsterDruide1/shader-archive

Merge pull request #13 from MonsterDruide1/shader-archive #43

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.15
with:
source: "include src"
clangFormatVersion: 12