mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 22:30:35 +08:00
Initial commit
fbshipit-source-id: ad58e416e3ceeca85fae0583308968d04e78fe0d
This commit is contained in:
6
.circleci/check.sh
Normal file
6
.circleci/check.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
|
||||
|
||||
# Run this script before committing config.yml to verify it is valid yaml.
|
||||
|
||||
python -c 'import yaml; yaml.safe_load(open("config.yml"))' && echo OK
|
||||
Reference in New Issue
Block a user