Skip to content

[15_8] Deprecate the json support #746

[15_8] Deprecate the json support

[15_8] Deprecate the json support #746

name: Lint
on:
pull_request:
branches: [ main ]
paths:
- 'Kernel/**'
- 'System/**'
- 'tests/**'
- 'lolly/**'
- '.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