We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbfebf6 + ae22d5c commit aa50e05Copy full SHA for aa50e05
.github/workflows/main.yml
@@ -0,0 +1,14 @@
1
+name: CI
2
+
3
+on: [push]
4
5
+jobs:
6
+ build:
7
8
+ runs-on: ubuntu-latest
9
10
+ steps:
11
+ - uses: actions/checkout@v2
12
+ - name: Run a one-line script
13
+ run: echo Hello, world!
14
README.md
@@ -41,3 +41,5 @@ More examples can be found [here](examples) and in the Test project.
41
42
- [Khronos Group glTF-CSharp-Loader](https://github.com/KhronosGroup/glTF-CSharp-Loader)
43
- [Khronos Group UnityGLTF](https://github.com/KhronosGroup/UnityGLTF)
44
45
+ping
0 commit comments