Skip to content

[6_7] c++98 by default, c++11 for mingw, c++17 for tests #91

[6_7] c++98 by default, c++11 for mingw, c++17 for tests

[6_7] c++98 by default, c++11 for mingw, c++17 for tests #91

name: Lint
on:
pull_request:
branches: [ main ]
paths:
- 'Kernel/**'
- 'System/**'
- 'tests/**'
- '.github/workflows/clang-format-linter.yml'
- 'xmake.lua'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './build ./xmake ./workflow ./github'
extensions: 'hpp,cpp'
clangFormatVersion: 16
style: file