8000 Finished up except for s2pg, tested one model of each kind except smg · SvStein/storm@cde31be · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Finished up except for s2pg, tested one model of each kind except smg #3

Finished up except for s2pg, tested one model of each kind except smg

Finished up except for s2pg, tested one model of each kind except smg #3

Workflow file for this run

name: check-code-format
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.18
with:
source: './src'
clangFormatVersion: 18
style: file
0