Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[issue-858] GPU implementation of 911 vertices#678

[issue-858] GPU implementation of 911 vertices

[issue-858] GPU implementation of 911 vertices #678

Workflow file for this run

name:Check for Code Style Violations
on:
push:
paths:
-'**.cpp'
-'**.h'
branches:
-master
pull_request:
paths:
-'**.cpp'
-'**.h'
types:[opened, synchronize, reopened]
jobs:
deploy:
runs-on:ubuntu-latest
steps:
-name:Checkout Source
uses:actions/checkout@v3
-name:Install missing software on ubuntu
run:sudo apt-get install clang-format
-name:Code format check
run:|
echo "*** running clang-format to check for style violations"
clang-format --dry-run --Werror --style=file `find . -type f \( -iname "*.cpp" -or -iname "*.h" \) ! -path "./Testing/lib/*" ! -path "./ThirdParty/*" ! -path "./docs/*"`

[8]ページ先頭

©2009-2025 Movatter.jp